From: Andy Cochran Date: Sat, 23 Jan 2016 02:22:04 +0000 (-0500) Subject: Oops. Adding back accidentally-clobbered .button.expanded X-Git-Tag: v6.2.1~15^2~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7933%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Oops. Adding back accidentally-clobbered .button.expanded --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 8d4af790f..ddff462dc 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -197,6 +197,7 @@ $button-opacity-disabled: 0.25 !default; @each $size, $value in map-remove($button-sizes, default) { &.#{$size} { font-size: $value; } } + &.expanded { @include button-expand; } // Colors @each $name, $color in $foundation-colors {