]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: add doc for mixin `button-hollow-style`
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 6 Jan 2018 22:53:15 +0000 (23:53 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 6 Jan 2018 22:53:15 +0000 (23:53 +0100)
scss/components/_button.scss

index d4770bea375d8fd56a046138dc4de681aa16413c..7a32357b7ec9d43a37a29741c15cb8f3da800715 100644 (file)
@@ -212,6 +212,10 @@ $button-responsive-expanded: false !default;
   }
 }
 
+/// Sets the visual style of a hollow button.
+/// @param {Color} $color [$button-background] - Text and border color of the button.
+/// @param {Color} $hover-lightness [$button-hollow-hover-lightness] - Color lightness on hover.
+/// @param {Color} $border-width [$button-hollow-border-width] - Border width of the button.
 @mixin button-hollow-style(
   $color: $button-background,
   $hover-lightness: $button-hollow-hover-lightness,