Answer the question
In order to leave comments, you need to log in
What is the best way to write adaptability?
Hello!
I am writing a project using gulp and sass and everything seems to be fine. For each section, I create my own sass file, which is then compiled into css
. I'm interested in the issue of adaptability. Need to write responsiveness for a particular section in the same sass file for that section? Or do I need to create a separate responsive .sass file for this section?
Answer the question
In order to leave comments, you need to log in
.class {
...
@media {
...
}
}
IMHO, it is more convenient in the same file.
There are no standards, do what you like
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question