Replies: 2 comments 1 reply
-
Hey @jwstn. This is why we include a note in our update guides to carefully review the changes: https://tailwindcss-com-git-v4-beta-docs-tailwindlabs.vercel.app/docs/v4-beta#upgrading-from-v3 There are some cases where we can't discriminate wether you're setting a class name or using the string for something else. If the content is wrapped in a string like you have it (e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
-
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
-
What version of Tailwind CSS are you using?
4.0.1 beta. upgraded from 3.4.3 via
npx @tailwindcss/upgrade@next
What build tool (or framework if it abstracts the build tool) are you using?
postcss-cli v8.4.44 in the private project where the bug occured
What version of Node.js are you using?
For example: v12.0.0
What browser are you using?
Firefox v132.0.2 (aarch64)
What operating system are you using?
macOS v 14.6.1 (23G93)
Reproduction URL
pull-request of the code changes where the bug is visible
Describe your issue
When I was using the mentioned upgrade tool to change my tailwind files from v3 to v4 I went through the changes it made and saw that some of my custom
vue emits
, which I calledblur
, also changed toblur-sm
. For a better look, i provieded a miniaml reproduction aboveBeta Was this translation helpful? Give feedback.
All reactions