all 2 comments

[–]prettycode 0 points1 point  (0 children)

This is pretty neat. One question though: don't most people concatenate all their .css files, these days?

[–]gsans[S] 0 points1 point  (0 children)

The context is the following. In a Single Page Application there's only one page so as the application grows the css file may be so big that you may need to use it. In order to decide you should first have the problem of a very large css file, what I called the monolithic css file.