I like all my CSS in one file, are there any potential prblems with this?
I've seen sites with multiple CSS files, one for layout, one for content, one for special includes, etc.
On a current ASP site, we resolved a CSS issue by simply consolidating all CSS files into one. You of course have be careful to maintain the cascading order when you do.
What do you think: One CSS file -OR- split it up?