Single huge .css file vs. multiple smaller specific .css files?

farhan

New Member
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 \[code\]<link />\[/code\] is that bad?I'm thinking this is better[*]positions.css [*]buttons.css [*]tables.css[*]copy.cssvs.[*]site.cssHave you seen any gotchas with doing it one way vs. the other?
 
Top