Is there a lib out there which allows to bundle css files together? As far as I know, there is an @import rule defined in the CSS spec to be used like CommonJS require() known from the JS world…
Starting from an entry point, one could then traverse all @import declarations and bundle a single css file…
RequireJS provides this feature:
Optimizing one css file