Replies: 1 comment 3 replies
-
Hey! The screenshot you pasted appears to be Tailwind CSS v3 code but you said that you're using v4. Might be good to check out the upgrade guide: https://tailwindcss.com/docs/upgrade-guide |
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
What version of Tailwind CSS are you using?
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
What build tool (or framework if it abstracts the build tool) are you using?
vue-cli 4.5.0
What version of Node.js are you using?
v16
What browser are you using?
Chromium 134.0.6998.178
What operating system are you using?
win10
When I removed Tailwind, the page was very smooth
After investigation, it was found that I introduced @ tailwind utilities in tailwindcss.css;
Beta Was this translation helpful? Give feedback.
All reactions