Hacker News new | ask | show | jobs
by lelandfe 1693 days ago
Between ITCSS, SMACSS, BEM, and all the other CSS naming and structural conventions, it's been pretty nice to do CSS-in-JS and not really worry about the cascade.
1 comments

Except not all sites need or should really use JS
You can use CSS in JS on server side only, and serve it as a normal html + css site to a browser.