Replies: 1 comment
-
@bai Unfortunately this is not supported right now because some of the codemods we include would not be safe to run multiple times (e.g. the variant order change https://tailwindcss.com/docs/v4-beta#stacking-order-sensitive-variants). If you've already been running v4 alpha, there shouldn't really be any changes necessary to upgrade to the beta, though! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying alphas for past couple months and now that the beta is out, wanted to run
npx @tailwindcss/upgrade@next
to ensure I use new classnames (e.g.ring-3
vsring
) everywhere. However, I'm getting the following error:Thoughts on allowing codemod to run on 4.0 alpha codebase?
Beta Was this translation helpful? Give feedback.
All reactions