) {
#{$selector} {
@if $global-flexbox {
- flex: 1 1 0px; // sass-lint:disable-line zero-unit
+ flex: 0 0 auto;
}
@else {
width: auto;
}
// Even-width Group
- &.expanded { @include button-group-expand; }
+ &.expanded {
+ @include button-group-expand;
+ }
// Colors
@each $name, $color in $foundation-palette {
&.stacked-for-small,
&.stacked-for-medium {
@include button-group-stack;
+
+ &.expanded {
+ @include button-group-expand;
+ }
}
&.stacked-for-small {