Answer the question
In order to leave comments, you need to log in
Is it possible to call a mixin in LESS through a loop?
I have mixins
.screen-sm-min({
max-width: @sm;
flex-basis:@sm;
text-align: left;
});
.screen-md-min({
max-width: @md;
flex-basis:@md;
});
.screen-lg-min({
max-width: @lg;
flex-basis:@lg;
});
[email protected]{breakpoint_name}-min({
max-width: @lg;
flex-basis:@lg;
});
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