From: RafiBomb Date: Thu, 5 Oct 2017 21:25:38 +0000 (-0700) Subject: adds more details to buttongroup variable X-Git-Tag: v6.6.0~3^2~339^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82afc2d8a;p=thirdparty%2Ffoundation%2Ffoundation-sites.git adds more details to buttongroup variable --- diff --git a/scss/components/_button-group.scss b/scss/components/_button-group.scss index 6705e9c9e..d1820b340 100644 --- a/scss/components/_button-group.scss +++ b/scss/components/_button-group.scss @@ -18,7 +18,7 @@ $buttongroup-spacing: 1px !default; /// @type String $buttongroup-child-selector: '.button' !default; -/// Maximum number of buttons that can be in an even-width button group. +/// Maximum number of buttons that can be in an even-width button group. (Only needed when $global-flexbox: false;) /// @type Number $buttongroup-expand-max: 6 !default;