]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #11564 from ncoden/docs/print-hrefs-setting for v6.5.1
authorNicolas Coden <nicolas@ncoden.fr>
Mon, 12 Nov 2018 19:41:39 +0000 (20:41 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Mon, 12 Nov 2018 20:44:40 +0000 (21:44 +0100)
de6140f73 docs: add missing doc for the "$print-hrefs" setting

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
scss/typography/_print.scss

index 25255b8543885c8d2fdd90a3fa882c54cebf02b4..6c1f649867dc2dd819ffc4027250cc978abe9188 100644 (file)
@@ -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