Skip to content

Commit

Permalink
adds more details to buttongroup variable
Browse files Browse the repository at this point in the history
  • Loading branch information
RafiBomb committed Oct 5, 2017
1 parent eaa79c8 commit 82afc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 82afc2d

Please sign in to comment.