We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Color adjust seems to be deprecated. Locate the property and rename to print-color-adjust.
print-color-adjust
./src/styles.scss.webpack[javascript/auto]!=!./node_modules/css-loader/dist/cjs.js?? ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js?? ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js?? ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss - Warning: Module Warning (from ./node_modules/postcss-loader/dist/cjs.js): Warning (2699:3) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
The text was updated successfully, but these errors were encountered:
Might be fixed with #860
Sorry, something went wrong.
I will close this issue, because there is no such warning anymore and I could not found any color-adjust statement in our code.
color-adjust
No branches or pull requests
Color adjust seems to be deprecated. Locate the property and rename to
print-color-adjust
.The text was updated successfully, but these errors were encountered: