Forum Moderators: not2easy
So, the question remains: How many css file calls can a page handle?
From Chapter 1, Setting The Foundations.
It's worth bearing in mind that every CSS file means an extra call to the server. This can cause a performance hit, so some developers prefer to have one large css file rather than several smaller Ones. The final choice really depends on the situation and is, to some degree a matter of personal preference.
He discusses the different ways that you can set up a style sheet, and the different types that you can have for a site. Interesting book to read.
As Robin said, if there *is* a limit, I've never hit it either - and I've had as many as 6 separate stylesheets on a site before (although, for my personal preference, that *is* a lot - but sometimes necessary to maintain sanity!)