From 54cf8393ad68ea86b124cf93b5747f04c636ca8b Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 30 Dec 2017 23:30:22 +0100 Subject: [PATCH] docs: fix typo for `button-disabled` param types #10783 Closes https://github.com/zurb/foundation-sites/issues/10783 --- scss/components/_button.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 4e21c817ff..c10a6e32c0 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