Combining external stylesheets into as few files as possible cuts down on RTTs and delays in downloading other resources.
Page Speed recommends:
Partition files optimally
Here are some rules of thumb for combining your CSS files in production:
@import rule from a CSS file. If possible, inline the imported CSS content in the main CSS file, or load the imported CSS from the main HTML document instead.Position stylesheets correctly in the document head
It's beneficial to position references to external CSS in the correct order with respect to scripts, to enable parallel downloads.
Feel free to contact us with your suggestions, links or ideas!