From: Nicolas Coden Date: Sat, 30 Dec 2017 22:30:22 +0000 (+0100) Subject: docs: fix typo for `button-disabled` param types #10783 X-Git-Tag: v6.6.0~3^2~328^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54cf8393ad68ea86b124cf93b5747f04c636ca8b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix typo for `button-disabled` param types #10783 Closes https://github.com/zurb/foundation-sites/issues/10783 --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 4e21c817f..c10a6e32c 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -201,8 +201,8 @@ $button-responsive-expanded: false !default; } /// Adds disabled styles to a button by fading the element, reseting the cursor, and disabling pointer events. -/// @param [Color] $background [$button-background] - Background color of the disabled button. -/// @param [Color] $color [$button-color] - Text color of the disabled button. Set to `auto` to have the mixin automatically generate a color based on the background color. +/// @param {Color} $background [$button-background] - Background color of the disabled button. +/// @param {Color} $color [$button-color] - Text color of the disabled button. Set to `auto` to have the mixin automatically generate a color based on the background color. @mixin button-disabled( $background: $button-background, $color: $button-color