From: Sébastien GRAVIER Date: Tue, 24 Nov 2015 15:20:53 +0000 (+0100) Subject: add "!default" to _button-group.scss X-Git-Tag: v6.0.4~13^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4254ec5adf390925bdcea05620d34af8ef1d4f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git add "!default" to _button-group.scss --- diff --git a/scss/components/_button-group.scss b/scss/components/_button-group.scss index 7074dc136..994b992bd 100644 --- a/scss/components/_button-group.scss +++ b/scss/components/_button-group.scss @@ -8,19 +8,19 @@ /// Margin for button groups. /// @type Number -$buttongroup-margin: 1rem; +$buttongroup-margin: 1rem !default; /// Margin between buttons in a button group. /// @type Border -$buttongroup-spacing: 1px; +$buttongroup-spacing: 1px !default; /// Selector for the buttons inside a button group. /// @type String -$buttongroup-child-selector: '.button'; +$buttongroup-child-selector: '.button' !default; /// Maximum number of buttons that can be in an even-width button group. /// @type Number -$buttongroup-expand-max: 6; +$buttongroup-expand-max: 6 !default; /// Add styles for a button group container. /// @param {String} $child-selector [$buttongroup-child-selector] - Selector for the buttons inside a button group.