Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

(2482:3) autoprefixer: Replace color-adjust to print-color-adjust

In package.json of your react app, add the following section after the dependencies: {...}
"overrides": {
    "autoprefixer": "10.4.5"
 }
Run the command npm install

And finally npm start
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Replace
ADD COMMENT
Topic
Name
2+3 =