Replies: 1 comment 1 reply
|
Have you checked that it is not an issue in |
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.
Describe the bug
When running a Vite + React application in development mode with Tailwind CSS v4 and the
@tailwindcss/postcssplugin, Vite prints the following warning during CSS processing:A PostCSS plugin did not pass the
fromoption topostcss.parse. This may cause imported assets to be incorrectly transformed. If you've recently added a PostCSS plugin that raised this warning, please contact the package author to fix the issue.The development server starts successfully and the application loads, but the warning is consistently displayed when running
npm run dev.Environment
PostCSS configuration
All reactions