DEV Community

Discussion on: The one about CSS vs CSS in JS

Collapse
 
colewalker profile image
Cole Walker

I much prefer Scss stylesheets to css in JS. You get basically everything you could need out of Javascript, but with better reusability and performance. Additionally, it keeps the cascade which is good for learning and can easily be used to your advantage.