We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22385e4 commit 239e1ebCopy full SHA for 239e1eb
scss/typography/_print.scss
@@ -6,6 +6,10 @@
6
/// @type Boolean
7
/// @group global
8
$print-transparent-backgrounds: true !default;
9
+
10
+/// If `true`, displays next to all links their "href" when printed.
11
+/// @type Boolean
12
+/// @group global
13
$print-hrefs: true !default;
14
15
// sass-lint:disable-all
0 commit comments