From dc7a719714ffd29af3817b25a78fee8d0f6d4b31 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 12 Nov 2018 20:41:39 +0100 Subject: [PATCH] Use pull request #11564 from ncoden/docs/print-hrefs-setting for v6.5.1 de6140f73 docs: add missing doc for the "$print-hrefs" setting Signed-off-by: Nicolas Coden --- scss/typography/_print.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/typography/_print.scss b/scss/typography/_print.scss index 25255b854..6c1f64986 100644 --- a/scss/typography/_print.scss +++ b/scss/typography/_print.scss @@ -6,6 +6,10 @@ /// @type Boolean /// @group global $print-transparent-backgrounds: true !default; + +/// If `true`, displays next to all links their "href" when printed. +/// @type Boolean +/// @group global $print-hrefs: true !default; // sass-lint:disable-all -- 2.47.2