This commit is contained in:
Adam Bradley
2015-03-22 09:01:25 -05:00
parent 45693bb7ef
commit 4144fc7038

View File

@ -33,7 +33,7 @@ $colors: (
}
@each $key, $value in $colors {
.button.#{$key} {
.button-#{$key} {
@extend .button;
color: getcolor($key, dark);
background: getcolor($key, base);