Ask HN: What modern CSS framework do you use?

1 points by franca ↗ HN

2 comments

[ 3.4 ms ] story [ 17.7 ms ] thread
Since Grid and Flexbox became well supported enough to use there's no need for a CSS framework, so I don't use one. If I need a UI toolkit I use react.semantic-ui.com or bootstrap 4, but I prefer not to.
I feel like CSS frameworks are not themselves modern. My thought has been that web components are preferred over css classes.

In React, I use jsx-styled to style my components. Then I simply re-use the components as needed. This way I don't ever need to use re-usable CSS classes.