From b1d99bb184d2bb8fb1ed2951c3e5ab8fb4f3a9d9 Mon Sep 17 00:00:00 2001 From: RafiBomb Date: Fri, 21 Oct 2016 14:40:44 -0700 Subject: [PATCH] adds comment to buttongroup vraiable --- scss/components/_button-group.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/components/_button-group.scss b/scss/components/_button-group.scss index effcd9fcd..ddc772771 100644 --- a/scss/components/_button-group.scss +++ b/scss/components/_button-group.scss @@ -22,7 +22,7 @@ $buttongroup-child-selector: '.button' !default; /// @type Number $buttongroup-expand-max: 6 !default; -/// Determines if $button-radius is applied to each button or the button group as a whole. +/// Determines if $button-radius is applied to each button or the button group as a whole. Use $global-radius in _settings.scss to change radius. /// @type Boolean $buttongroup-radius-on-each: true !default; -- 2.47.2