Replies: 1 comment 1 reply
-
To work-around this, you could consider:
|
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?
v4.0.14
What build tool (or framework if it abstracts the build tool) are you using?
Project was created using CRA, currently using postcss: 8.5.3
What version of Node.js are you using?
v21.1.0
What browser are you using?
Firefox
What operating system are you using?
macOS, Windows
Reproduction URL
Not sure how to reproduce this, since it's a build time bug
Describe your issue
I've upgraded my project as per migration instructions and I've installed separate
@taliwindcss/postcss
package as required.Steps I took:
npx @tailwindcss/upgrade
@taliwindcss/postcss
npm run start
which is an alias forreact-scripts start
Beta Was this translation helpful? Give feedback.
All reactions