]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
kebab-case per the master. 749/head
authorJoe Workman <joe@workmanmail.com>
Fri, 5 May 2017 18:15:54 +0000 (11:15 -0700)
committerJoe Workman <joe@workmanmail.com>
Fri, 5 May 2017 18:15:54 +0000 (11:15 -0700)
scss/components/_button.scss

index 20eaeec8c52bf7f3c5fe9c85f13a02cc262d2578..0d1fccbe8bd44e303e3411c0103449bd8a8b6b63 100755 (executable)
@@ -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