|
|
|
|
|
by cageface
1890 days ago
|
|
I have a few hundred tailwind classes left in my projects after a purge css pass. If you have thousands you probably should start looking into extracting some components. If you literally have "a few thousand" colors in your UI you need to find a new designer. And CSS variables are great but way more verbose and still require you to come up with "semantic" names for everything. |
|
This is confusing component reuse with design system reuse.
Two components may have completely different purposes, but they both have a certain rounding, palette, and other styles.