Skip to content

autoprefixer: Replace color-adjust to print-color-adjust. #36259

@MatthiasPeltzer

Description

@MatthiasPeltzer

Prerequisites

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions