We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbee180 commit 6c4c2abCopy full SHA for 6c4c2ab
src/scss/support/_index.scss
@@ -1,3 +1,4 @@
1
@import 'variables';
2
@import 'mixins';
3
-@import 'animations';
+@import 'animations';
4
+@import 'print';
src/scss/support/_print.scss
@@ -0,0 +1,7 @@
+@media print{
+ .pretty i:after{
+ -webkit-print-color-adjust: exact;
+ print-color-adjust: exact;
5
+ color: transparent !important;
6
+ }
7
+}
0 commit comments