+ 1
.How do you organize CSS files?
2 ответов
+ 3
It is better to have only one CSS file in order to limit the number of HTTP requests sent by the browser. If you are having a large code base consider using a preprocessor.
On the other hand, SMACSS is a convention for writing and organizing stylesheets.
http://smacss.com