-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[V4] Warnings during Nuxt & Vite build #15839
Comments
2 patches later nothing changed :-( Do we need to get this fixed in vite or nuxt? |
|
Upgrade postcss to the newest version (fix for tailwind v4 build warnings)
As far as I know is postcss a package within vite-builder within nuxt :D So we will probably have to wait till vite builder itself updates and then nuxt pulls the update... Or can we fix this on our own and I'm just to stupid? |
I was able to update |
Going to close this issue as it's fixed upstream! The dependencies should be pinned to the minor version I think so it should be possible for you to upgrade this. What bundler are you using? |
What version of Tailwind CSS are you using?
v4.0.0
What build tool (or framework if it abstracts the build tool) are you using?
Nuxt 3.15.3
What version of Node.js are you using?
Tested it on Bun 1.20 & Node.js 22.12
What browser are you using?
Not needed for the issue to happen.
What operating system are you using?
macOS Sequoia 15.2 (24C101)
Reproduction URL
https://github.com/Kuuzoo/nuxt-tailwindv4-issues
Describe your issue
When running the
build
command I'm receiving the following warnings.Also, when I tried to do a reproduction in StackBlitz, when adding the vite plugin it didn't start anymore. But that's a whole different issue.
The text was updated successfully, but these errors were encountered: