Skip to content

The color-adjust shorthand is currently deprecated #8250

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

Closed
frbuceta opened this issue May 2, 2022 · 6 comments · Fixed by tailwindlabs/tailwindcss-forms#115
Closed

The color-adjust shorthand is currently deprecated #8250

frbuceta opened this issue May 2, 2022 · 6 comments · Fixed by tailwindlabs/tailwindcss-forms#115
Assignees

Comments

@frbuceta
Copy link

frbuceta commented May 2, 2022

What version of Tailwind CSS are you using?

v3.0.24

What build tool (or framework if it abstracts the build tool) are you using?

Nuxt3 with Vite

What version of Node.js are you using?

18.0.0

What browser are you using?

Chrome

What operating system are you using?

Linux

Reproduction URL

It is not a problem with TailwindCSS but with a property that is deprecated.

Describe your issue

 WARN  [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;
@joshuajung
Copy link

This seems to have been caused by this change in autoprefixer 10.4.6.

@frbuceta
Copy link
Author

frbuceta commented May 2, 2022

I confirm, I have returned to version 10.4.5 and it has been solved

@tianyingchun
Copy link

i faced the seem issue too.

@Vannsl
Copy link

Vannsl commented May 2, 2022

Same issue as we updated to autoprefixer 10.4.6.

@kb1995
Copy link

kb1995 commented May 2, 2022

I started getting the same warning as of this morning after I upgraded to 10.4.6

@seabasss
Copy link

Is this still the official solution for this problem? npm install [email protected] --save-exact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants