From: Nicolas Coden Date: Fri, 26 Oct 2018 20:00:59 +0000 (+0200) Subject: docs: add missing doc for the "$print-hrefs" setting X-Git-Tag: v6.6.0~3^2~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11564%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: add missing doc for the "$print-hrefs" setting --- 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