Y
Hacker News
new
|
ask
|
show
|
jobs
by
ggregoire
3484 days ago
Personally, I use styled-components. It's really great so far.
https://styled-components.com/
1 comments
charrondev
3484 days ago
I'm just using CSS Modules myself. That combined with CSS variables using root{--var} is everything I need for my project. I have the luxury of targeting just electron for this one and having a greenfield project like this is great.
link