mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
A few theme keys have changed in v4 relative to v3: - `screens` -> `--breakpoint-*` - `colors` -> `--color-*` - `animation` -> `--animate-*` - `borderRadius` -> `--radius-*` - `boxShadow` -> `--shadow-*` When using the `theme()` function we wouldn't pick up values from the CSS for some of these. Likewise, when loading a v3 config not all of these would be pushed back into the CSS theme and they should've been. This PR addresses both of these problems.