You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But those variables aren't set, so it doesn't work.
The text was updated successfully, but these errors were encountered:
Steffan153
changed the title
[v4] When using a reference theme, many --default variables don't work
[v4] When using a reference theme, --default variables don't work
Mar 12, 2024
What version of Tailwind CSS are you using?
v4.0.0-alpha.8
What build tool (or framework if it abstracts the build tool) are you using?
Astro 4.5.2, Vite 5.1.6
What version of Node.js are you using?
Bun 1.0.30
What browser are you using?
Chrome
What operating system are you using?
macOS
Reproduction URL
Tailwind Play doesn't have v4 yet? But here's a link with the code (doesn't work) https://play.tailwindcss.com/NhYGudCbaL
Describe your issue
If I import the theme as a reference (
@import 'tailwindcss/theme' reference;
), many properties such astransition
still look for--default
variables:But those variables aren't set, so it doesn't work.
The text was updated successfully, but these errors were encountered: