Hacker News new | ask | show | jobs
by analyst74 4645 days ago
Breaking styles into multiple css files is definitely the natural next step, a necessary one when your css files are growing past thousands of lines.

If performance (minimizing http requests) is not a big deal, then that'll be end of story. But if it unfortunately is a problem, current tools generally support combine/minimize them into a single file, but not dynamically choosing based on page requested.