From: Joe Workman Date: Fri, 5 May 2017 18:15:54 +0000 (-0700) Subject: kebab-case per the master. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F749%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git kebab-case per the master. --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index 20eaeec8..0d1fccbe 100755 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -312,12 +312,12 @@ table.button.warning:hover { } // Hollow Buttons -@mixin hollowButton($color,$class:false) { +@mixin hollow-button($color,$class:false) { // If this mixin is called with a class, then a class will be added // Then the mixin calls itself with just the color to obtain the color styles @if $class { &.#{$class} { - @include hollowButton($color); + @include hollow-button($color); } } @else { @@ -350,9 +350,9 @@ table.button.hollow { table a {border-radius:$global-rounded;} } - @include hollowButton($primary-color); - @include hollowButton($secondary-color,'secondary'); - @include hollowButton($alert-color,'alert'); - @include hollowButton($warning-color,'warning'); - @include hollowButton($success-color,'success'); + @include hollow-button($primary-color); + @include hollow-button($secondary-color,'secondary'); + @include hollow-button($alert-color,'alert'); + @include hollow-button($warning-color,'warning'); + @include hollow-button($success-color,'success'); } \ No newline at end of file