.How do you organize CSS files? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

.How do you organize CSS files?

15th Aug 2020, 8:05 PM
Janesh Chhaniwal
Janesh Chhaniwal - avatar
2 Antworten
+ 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
15th Aug 2020, 8:22 PM
Ore
Ore - avatar