-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
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
Fix color-adjust with autoprefixer 10.4.6 #36258
Conversation
Fixes #36259 |
This is still broken for me |
@zlach What does this mean exactly? |
Oh, sorry, I just meant that after doing an npm install bootstrap on my React project (node v16.15.0) I still get a warning on npm start
|
Thanks! Any chance of a backport to Bootstrap 4 as a bugfix? This is mainly an issue for autoprefixer complaints, but it's very annoying, and I'm not sure if there's a good way for bootstrap 4 users to work around with a local override. |
I'm with @zlach. After applying the patch, the error kept coming up... [vite:css] Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated. |
Well, the fix simply wasn't relased yet. 😅 |
This is a serious issue I have been battling with for days now all to no avail. I am trying to consume an API I built with Laravel with react as its frontend but kept getting this warning and my pages are blank. |
To fix it temporarily:
Some details:
Hope it works for u! |
These steps did the trick for me as well thanks dude |
Override autoprefixer due to: twbs/bootstrap#36258
Add to your "package.json" file: "overrides": { "autoprefixer": "10.4.5" } |
Hi. Any eta on when 5.2.0 is being released? Workaround doesn't seem to work for me. |
autoprefix, updated, and having trouble
color-adjust
.autoprefixer respository change log
developer.mozilla print-color-adjust description