Answer the question
In order to leave comments, you need to log in
How to properly include mixin inside @media query?
What is available
main.scss
@import "width";
@include width(name); // в этом месте работает
@media (min-width: 1200px) {
@include width(name); // в этом месте НЕ работает
}
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