From: Joe Workman Date: Wed, 19 Apr 2017 22:51:55 +0000 (-0700) Subject: Forgot to change included mixin name X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18e25bca2c9cb3ab4a3d9e2b314d413fccc7780f;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Forgot to change included mixin name --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 9677e2ff..3bc1a3f7 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -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 {