Hacker News new | ask | show | jobs
by fragile_frogs 1292 days ago
You could combine styled-components/emotion with something like open-props[0]. You get all the power that comes with CSS and a set of variables to help you create a consistent design. That's how I manage my styling.

[0] https://open-props.style

1 comments

Ooo, that is very interesting. I will have to give that a shot, thanks for sharing!