just a short question. Is it possible to call a mixin by a variable name?
Example:
.for(@special-units); .-each(@value) {
&.f-@{value} {
//call a mixin which has the same name like @value
}
}
just a short question. Is it possible to call a mixin by a variable name?
Example:
.for(@special-units); .-each(@value) {
&.f-@{value} {
//call a mixin which has the same name like @value
}
}