Answer the question
In order to leave comments, you need to log in
SASS why media queries don't work?
There are simple styles, in chrome I resize, but the styles for the media query are not connected
body {
background-color: $main-color;
@media only screen and (max-width: 500px) {
body {
background-color: blue;
}
}
}
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