From de6140f7318505bc2dd912c6b9aa475ddac47d06 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Fri, 26 Oct 2018 22:00:59 +0200 Subject: [PATCH] docs: add missing doc for the "$print-hrefs" setting --- 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