|
|
|
|
|
by omnimus
327 days ago
|
|
In my case of many small long running projects with multiple people⦠1. Speed - you can get stuff done quickly without making problems globally. 2. Self documenting - both in visibility of html but also because of system/config it forces. People understand to use only values (spacing, sizes, colors) in the config or document that they had to add something and why. 3. CSS specificity is not issue. 4. Performance - straight simple classes are very performant. Complex selectors and pseudo classes can be surprisingly taxing without people realizing it. Thats how functional css started btw |
|