question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warining autoprefixer: Replace color-adjust to print-color-adjust

See original GitHub issue

What version of Tailwind CSS are you using?

3.0.24

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

@symfony/webpack-encore 1.8.2 and postcss 8.4.13

What version of Node.js are you using?

v14.18.1

What browser are you using?

N/A

What operating system are you using?

Windows

Describe your issue

(1:1) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.

Running yarn encore dev with the following app.css:

@tailwind base;
@tailwind components;
@tailwind utilities;

PostCSS configuration:

module.exports = {
  plugins: {
    tailwindcss: {},
    autoprefixer: {},
  }
};

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11

github_iconTop GitHub Comments

3reactions
gremocommented, May 12, 2022

@tailwindcss/forms fixed this starting from 0.5.1 make sure u are running that version @Emokores256, if unsure:

yarn add @tailwindcss/forms@^0.5.1

2reactions
mel0620commented, May 17, 2022

I got the same error using the latest version of autoprefixer so I install the 10.4.5 version and it solved the error.

Read more comments on GitHub >

github_iconTop Results From Across the Web

autoprefixer: Replace color-adjust to print-color-adjust. #36259
Warning. (2603:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
Read more >
autoprefixer: Replace color-adjust to print ... - Stack Overflow
I came across this error but unrelated to Bootstrap. It was with Next.js / Tailwind CSS. I was getting this error: @app/client: warn...
Read more >
Solved — autoprefixer: Replace color-adjust to print-color ...
Solved — autoprefixer: Replace color-adjust to print-color-adjust. ... The color-adjust shorthand is currently deprecated.webpack compiled with 1 warning.
Read more >
autoprefixer: replace color-adjust to print-color ... - You.com
Solved — autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated ... The color-adjust shorthand is ...
Read more >
Warning (6:28344) autoprefixer: Replace color-adjust to print ...
I'm getting this warning while executing ng serve for the first time if .angular folder was not created. I'm using angular application with ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found