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
When I run npx @tailwindcss/upgrade@next (to migrate into latest tailwindcss v4.0.0-beta.9 version) i'm getting undfined is not a function error, although if i disable tailwindcss-text-fill plugin everything passes as expected. Please add support for Tailwind 4.
The text was updated successfully, but these errors were encountered:
When I run npx @tailwindcss/upgrade@next (to migrate into latest tailwindcss v4.0.0-beta.9 version) i'm getting undfined is not a function error, although if i disable tailwindcss-text-fill plugin everything passes as expected. Please add support for Tailwind 4.
If i'm not mistaken, you can load this plugin via @plugin directive.
In your index.css, you can add the plugin like this:
When I run
npx @tailwindcss/upgrade@next
(to migrate into latest tailwindcss v4.0.0-beta.9 version) i'm gettingundfined is not a function
error, although if i disabletailwindcss-text-fill
plugin everything passes as expected. Please add support for Tailwind 4.The text was updated successfully, but these errors were encountered: