Skip to content

Commit

Permalink
Merge pull request #12442 from mrleblanc101/develop
Browse files Browse the repository at this point in the history
Remplace color-adjust with the new print-color-adjust syntax
  • Loading branch information
joeworkman authored Jul 11, 2022
2 parents ebf927c + 8493d88 commit 9c3fffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/typography/_print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ $print-hrefs: true !default;
@if $print-transparent-backgrounds {
background: transparent !important;
color: black !important; // Black prints faster: h5bp.com/s
color-adjust: economy;
print-color-adjust: economy;
}
// Otherwise, prevent any economy by the browser.
@else {
color-adjust: exact;
print-color-adjust: exact;
}

box-shadow: none !important;
Expand Down

0 comments on commit 9c3fffa

Please # to comment.