autoprefixer: Replace color-adjust to print-color-adjust.
Created by: MatthiasPeltzer
Prerequisites
-
I have searched for duplicate or closed issues -
I have validated any HTML to avoid common problems -
I have read the contributing guidelines
Describe the issue
autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
_form_check.scss, line 28
color-adjust: exact; // Keep themed appearance for print
has to be
print-color-adjust: exact; // Keep themed appearance for print
in the future i think. it is depreceated.
Reduced test cases
no test link
What operating system(s) are you seeing the problem on?
Windows, macOS, iOS, Linux
What browser(s) are you seeing the problem on?
Chrome, Firefox
What version of Bootstrap are you using?
v5.1.3