Answer: Parametric Mixins are the code blocks which covers the default parameters as below,
.example(@variable : #ccc) {
.....,
...,
}
In the above example, @variable is the default parameter used for mixin '.example'.
So, Parametric mixins combines both Mixins and Variables.
Asked In: Spotted While Learning |
Alert Moderator