Open
Description
Current Behavior
For example, base-font-color
, base-font-size
etc., they are documented, and the migration script will use them (e.g. text-token
becomes base-font-color
), but they don't actually exist. They only exist as CSS variables.
This seems to apply to all of these:
skeleton/packages/skeleton/src/base/theme.scss
Lines 17 to 44 in c7cdd2a
Tailwind is supposed to generate utility classes for everything in @theme
, but I'm guessing because they're all inherit
it can't tell what they are (colors, dimensions etc.)
Workaround
Use the variables directly, e.g. text-(--base-font-color)
.