1 upvotes, 1 direct replies (showing 1)
View submission: What's your approach to CSS?
I agree. I'm also old though.
It simplifies the thought process in naming. But I also like having styles co-located in folders along side components.
Main drawback I've encountered is needing to import global variables/mixins.
Comment by Fidodo at 06/03/2025 at 19:54 UTC
1 upvotes, 0 direct replies
Having mix and match classes with the specificity system was a cool idea that kinda derived from the OOP movement of being able to inherit styles to minimize repetition and build a style taxonomy, but like pure OOP programming, it turned out to be a bad idea.