]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remplace color-adjust with the new print-color-adjust syntax 12442/head
authorSébastien LeBlanc <mrsebastienleblanc@icloud.com>
Sat, 18 Jun 2022 01:19:09 +0000 (21:19 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 01:19:09 +0000 (21:19 -0400)
scss/typography/_print.scss

index 716b2c9f99065fabb90d52cbe9628f442df7569a..cd8f8befc11dc0efbaeb5393672f0d1c330b4220 100644 (file)
@@ -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;