DEV Community

Discussion on: Write plain CSS while reaping the benefits of CSS-in-JS

Collapse
 
arberbr profile image
Arber Braja

Im sure this works as all other libraries that help with this. Each library has its own way of dealing with CSS but personaly will not use this on my projects.

Still IMO using sass or CSS with vars and styled components is better.

The thing with these libraries is that most of them add their own syntax on top of CSS. As if CSS's syntax is not hard enough as it is.

So yeah, writing code in pure CSS or SASS, for me personaly is still the right choice.

Thank you for the contribution and dont take it as im saying this library is worthless. Im noone to say that.

Collapse
 
kossnocorp profile image
Sasha Koss

Thank you for the feedback! 👍