coreui-free-react-admin-template icon indicating copy to clipboard operation
coreui-free-react-admin-template copied to clipboard

Replace color-adjust to print-color-adjust

Open kamzar1 opened this issue 2 years ago • 0 comments

"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 [email protected]

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

kamzar1 avatar Jul 03 '22 17:07 kamzar1