Answer the question
In order to leave comments, you need to log in
How to nest media in media scss?
There is a mixin:
@mixin m1199 () {
@media (min-width: 992px) and (max-width: 1199px) {
@content;
}
}
@include m991 {
.features{
background: red !important;
}
}
@include m991 {
.header{
background: red !important;
}
}
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