// 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 {
+ } @else {
table tr td a {
border:1px solid $color;
color: $color;
table a {border-radius:$global-rounded;}
}
-}
++<<<<<<< HEAD
+ @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');
++}
++>>>>>>> eb4c27848b700262ae2b222a2e588c0b0bcdd989