autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated

Add following line in package.json:

If you’re using yarn:

"resolutions": {
    "autoprefixer": "10.4.5"
}

If you’re using npm:

"overrides": {
    "autoprefixer": "10.4.5"
}

Leave a Comment