flippakitten
Expert Member
- Joined
- Aug 5, 2015
- Messages
- 2,486
Nope.
You can combine all three those stylesheets into one and use media queries especially of it's only 10 classes per query
I know I can but this works for me as the main styling is done and then the styling adjustments are done per screen size.
So if there is a big change like colour scheme, it's done in one place where as the tiny adjustments are done elsewhere and they don't change often. It makes things a hang of a lot more readable and modular meaning I can work on one part and another developer can work on another without touching each other's work.