]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Forgot to change included mixin name
authorJoe Workman <joe@workmanmail.com>
Wed, 19 Apr 2017 22:51:55 +0000 (15:51 -0700)
committerJoe Workman <joe@workmanmail.com>
Wed, 19 Apr 2017 22:51:55 +0000 (15:51 -0700)
scss/components/_button.scss

index 9677e2ff3e3517eddde8843939654d0adc8bb234..3bc1a3f781ddb7d093db3eac9d390a940d93df71 100755 (executable)
@@ -317,7 +317,7 @@ table.button.warning:hover {
     // Then the mixin calls itself with just the color to obtain the color styles
     @if $class {
         &.#{$class} {
-            @include ghostButton($color);
+            @include hollowButton($color);
         }
     }
     @else {