NuxtUI and Tailwind doesn't work #17093
Unanswered
SantiagoGelvez
asked this question in
Help
Replies: 1 comment 1 reply
-
Hey! I think that the current version of Nuxt UI relies on Tailwind CSS v3, if you want to use Tailwind CSS v4, switch to the alpha version of Nuxt UI: https://ui3.nuxt.dev/getting-started/installation/nuxt |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
What version of Tailwind CSS are you using?
"dependencies": {
"@nuxt/ui": "^2.21.1",
"@tailwindcss/vite": "^4.0.12",
"nuxt": "^3.16.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.12",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
What version of Node.js are you using?
node: v23.9.0
npm: 10.9.2
What browser are you using?
Firefox, Brave, Chrome
What operating system are you using?
Ubuntu 24.04.2 LTS
Describe your issue
I can't use these versions of the package to work both with tailwind and nuxtUI together. I got this error:
Beta Was this translation helpful? Give feedback.
All reactions