Answer the question
In order to leave comments, you need to log in
Is it possible to write media queries like this?
Kind.
I use the SASS (scss) preprocessor for layout.
For media queries I use mixins like this:
@include resp (xs) {
padding-top: 50px;
}
.header-email {
@include resp (xs) {
display: none;
}
@include resp (xs_1) {
display: none;
}
}
Answer the question
In order to leave comments, you need to log in
The main thing is that there should be a single style, if everyone does this everywhere, then it is quite a good decision.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question