Is there any advantage to having a single monster .css file that contains style elements that will be used on almost every page?
I'm thinking that for ease of management, I'd like to pull out different types of CSS into a few files, and include every file in my main <link />
is that bad?
I'm thinking this is better
- positions.css
- buttons.css
- tables.css
- copy.css
vs.
- site.css
Have you seen any gotchas with doing it one way vs. the other?