One CSS File or individual CSS files for each page?

Viewed 35107

When I am building pages, do I want to have individual stylesheets for each page or one large stylesheet for the entire site? For loading purposes, wouldn't individual files be a better practice because it would be less total css on load?

7 Answers
Related