Hacker News new | ask | show | jobs
by brigadier132 1180 days ago
I've never had much trouble with CSS but I also just never try to use the cascading aspect of it outside of fonts. I just write either CSS directly onto components I'm using or I just use tailwind.
1 comments

Not sure why you are getting downvote. I absolutely agree - avoid the C in CSS and your life will be much better.
Definitely. I love using BEM when you have to nest things. If you stick to strict BEM, you will generally avoid having nesting more than 1 or 2 levels deep.