coreui / coreui-free-react-admin-template

Open source admin template based on Bootstrap 5 and React.js
https://coreui.io/product/free-react-admin-template/
MIT License
4.54k stars 2.26k forks source link

Replace color-adjust to print-color-adjust #384

Closed kamzar1 closed 2 years ago

kamzar1 commented 2 years ago

"name": "@coreui/coreui-free-react-admin-template", "version": "4.3.1", npm start

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

Search for the keywords to learn more about each warning. To ignore, add // eslint-disable-next-line to the line before.

WARNING in ./src/scss/style.scss (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].oneOf[7].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[7].use[4]!./src/scss/style.scss) Module Warning (from ./node_modules/postcss-loader/dist/cjs.js): Warning

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

I used to fix that by:

npm remove bootstrap
npm add bootstrap@5.2.0-beta1

But in this case, bootstrap not in packages.json and seems to be embedded, somewhere I can't find.

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions