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
As of tailwindcss v4 the theme config is advised to be done in a CSS file. I've upgraded a project that used responsive variants, which used withTV() to allow responsive variants, and migrated my config file into the globals.css file.
Will there be a way to enable responsive variants with the new CSS config?
Until the fix discussed in #239 is published, the withTV() wrapper is currently broken for v4 when using @config to load a tailwind.config.ts file.
The text was updated successfully, but these errors were encountered:
As of tailwindcss v4 the theme config is advised to be done in a CSS file. I've upgraded a project that used responsive variants, which used
withTV()
to allow responsive variants, and migrated my config file into theglobals.css
file.Will there be a way to enable responsive variants with the new CSS config?
Until the fix discussed in #239 is published, the
withTV()
wrapper is currently broken for v4 when using@config
to load atailwind.config.ts
file.The text was updated successfully, but these errors were encountered: