.How do you organize CSS files? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

.How do you organize CSS files?

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