Replies: 5 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Hey! The error means that you are using If this doesn't work for you, try to share a minimal reproduction repo we can clone so we can take a look. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
"dependencies": { const config = { |
Beta Was this translation helpful? Give feedback.
-
Related: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Error evaluating Node.js code
Error: It looks like you're trying to use tailwindcss directly as a PostCSS plugin. The PostCSS plugin has moved to a separate package, so to continue using Tailwind CSS with PostCSS you'll need to install @tailwindcss/postcss and update your PostCSS configuration.
Hi everyone, the only way to fix this is to revert to the previous version of Tailwind. Run this command, and the problem will be solved:
npm i -D tailwindcss@3 postcss
Beta Was this translation helpful? Give feedback.
All reactions