|
|
|
|
|
by atsjie
1298 days ago
|
|
`.card-header__buttons` that example makes no sense unless you use global CSS/SASS, which very few projects do anymore. Component CSS/SCSS or CSS-in-JS are very common which resolve this scoping problem. So why bother with a DSL like Tailwind over Component CSS/SCSS for example? |
|
Everywhere I've seen CSS-in-JS used, everywhere it's people busy writing bespoke styles in every file.