I have a site where all the pages have the same header and footer, but vary in between on content. I’d estimate that 30% of the CSS is common to all the pages, with 70% varying.
What are the relative advantages and disadvantage of using one CSS file vs multiple for different pages?
Advantages of one CSS file
Advantages of multiple CSS files
I’m generally in favour of having a single CSS file for a site in most cases.