Skip to content

Commit 239e1eb

Browse files
committed
Use pull request #11564 from ncoden/docs/print-hrefs-setting for v6.5.0
de6140f docs: add missing doc for the "$print-hrefs" setting Signed-off-by: Nicolas Coden <[email protected]>
1 parent 22385e4 commit 239e1eb

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)