Replies: 5 comments 3 replies
-
Please provide a git repo that reproduces the issue, so we can debug. |
Beta Was this translation helpful? Give feedback.
-
If you are using next.js and use --turbopack for the dev server, you'll need to remove it. Had the same error and removing it fixed it for me. |
Beta Was this translation helpful? Give feedback.
-
Currently having the same issues. Dont know what to do other than removing --turbopack
|
Beta Was this translation helpful? Give feedback.
-
Before: |
Beta Was this translation helpful? Give feedback.
-
I seriously thought I was loosing my mind. I think I over-engineered the abssolute hell out of my tokens-to-tailwind pipeline trying to debug a template literal before I found this thread. |
Beta Was this translation helpful? Give feedback.
-
I tried upgrading tailwind from v3 to v4 by using this command
npx @tailwindcss/upgrade
and also updated all the required dependencies.Now i'm getting this error in the
globals.css
fileBeta Was this translation helpful? Give feedback.
All reactions