-
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
Alert message: about Replace color-adjust #8277
Comments
Hey! Upgrade to the latest version of |
I also had to pin |
This solved my problem! |
Issue persists, I pinned
|
Same issue here with me.
This has only just started happening after I updated to latest. |
You need to update |
Perfect, that worked for me!
For anyone else getting stuck, |
these work for me |
thank you a lot, i was already getting fed up with this. i hope they fix it |
Worked when I downgraded autoprefixer to 10.4.5. Had @tailwindcss/form at 0.5.2. |
yarn upgrade --latest |
I have neither @tailwindcss/forms nor autoprefixer installed. |
[vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. tailwindlabs/tailwindcss#8277
Add following line in package.json: If you’re using yarn: "resolutions": { "overrides": { |
[vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
Got this message when run project in dev mode
[vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
1 | @tailwind base;
| ^
2 | @tailwind components;
3 | @tailwind utilities; (x3)
Somebody got the same issue?
The text was updated successfully, but these errors were encountered: