Place media queries in your organization code for CSS preprocessors?
Was an interesting question on the organization of CSS preprocessors.
It is obvious that everyone (and depending on the project), its structure of style files. You can create a stylesheet for the page component, or the entire page. In this respect, techniques abound. But what do you do with media queries? Dump everything into a single _media.sass, prescribe the right styles in separate files?
1 answer
When not use preprocessors, poured into a separate file.
Now it's uncomfortable, it's easier to write to the file with styles.
Find more questions by tags CSSSass