Hacker News new | ask | show | jobs
by Pikamander2 61 days ago
Personally I just increase the specificity as needed.

.thing

.thing-container .thing

html body .thing-container .thing.thing.thing.thing

1 comments

Great, if it suits your needs. In a big enterprise product, it would be a waste to have so many CSS that are not actually used. Also, maintaining this seems like a nightmare to me.