|
|
|
|
|
by naasking
943 days ago
|
|
> Atomic CSS makes perfect sense in this context and makes composable development a breeze by comparison. I should have also mentioned that your "semantic CSS" is necessarily anti-composable by contrast. Any reusable HTML components with semantic classes now require you to manually lift their CSS definitions into your CSS top-level context, which is a step that isn't required with atomic CSS / tailwind. |
|