Answer the question
In order to leave comments, you need to log in
How to properly write scss class enum?
.theme-name-1, .theme-lastname-1,
.theme-name-2, .theme-lastname-2,
.theme-name-3, .theme-lastname-3 {
....
}
@mixin column-type($name, $number) {
@for $i from 1 through $number {
.col-#{$name}-#{$i} {
color: red;
}
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question