diff --git a/scss/typography/_print.scss b/scss/typography/_print.scss index 25255b8543..6c1f649867 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