logoalt Hacker News

Gigachadtoday at 9:03 AM1 replyview on HN

I feel like scoped css and component libraries fixed this issue. I don’t have a .button, I just have a <Button> that has all its css self contained.

And just a shared color definition file.


Replies

KolmogorovComptoday at 9:05 AM

Same, my need for tailwind got completely ridden when I started using Svelte, thanks to the CSS-scoping it entailed.

show 2 replies