Impact:
How to organize CSS?
CSS is super easy to write. But as my site becoming more complicated, the CSS seems becoming more complicated and unorganized. Maintaining the CSS is becoming increasingly difficult. As I often create a new CSS class as a solution to layout problems, so the CSS becoming also quite long. Even worse, as the HTML layout change, very often there's unused CSS style left in the CSS file.
I ...