Warining autoprefixer: Replace color-adjust to print-color-adjust
See original GitHub issueWhat 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:
- Created a year ago
- Comments:11
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tailwindcss/forms
fixed this starting from0.5.1
make sure u are running that version @Emokores256, if unsure:yarn add @tailwindcss/forms@^0.5.1
I got the same error using the latest version of autoprefixer so I install the 10.4.5 version and it solved the error.