Skip to content

Commit ff60ab2

Browse files
authored
Merge pull request #11564 from ncoden/docs/print-hrefs-setting
docs: add missing doc for the "$print-hrefs" setting
2 parents eff5d27 + de6140f commit ff60ab2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/typography/_print.scss

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
/// @type Boolean
77
/// @group global
88
$print-transparent-backgrounds: true !default;
9+
10+
/// If `true`, displays next to all links their "href" when printed.
11+
/// @type Boolean
12+
/// @group global
913
$print-hrefs: true !default;
1014

1115
// sass-lint:disable-all

0 commit comments

Comments
 (0)