]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Oops. Adding back accidentally-clobbered .button.expanded 7933/head
authorAndy Cochran <acochran@council.nyc.gov>
Sat, 23 Jan 2016 02:22:04 +0000 (21:22 -0500)
committerAndy Cochran <acochran@council.nyc.gov>
Sat, 23 Jan 2016 02:22:04 +0000 (21:22 -0500)
scss/components/_button.scss

index 8d4af790f44229e83cb8e4897765ef5fc6a319a8..ddff462dca0631ba85891e8ea35de0c36683a465 100644 (file)
@@ -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 {