DEV Community

Discussion on: How to write better CSS in teams with ACSS — A dynamic Atomic CSS library

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

What about themes? It looks like you need to duplicate your complete HTML file when using ACSS instead of "just" duplicating your CSS file.

Collapse
 
chinchang profile image
Kushagra Gour

A major requirement with any atomic library is -> component framework. So is with ACSS also. You need to put each and every independent entity as a separate component so that you don't have to duplicate same HTML and classes again and again. Moreover, ACSS support an external config file where you can store your magic numbers and colors which can be easily modified based on themes - github.com/acss-io/atomizer#api