.How do you organize CSS files? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

.How do you organize CSS files?

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