This commit is contained in:
Adam Bradley
2015-03-22 08:58:10 -05:00
parent 8be3391401
commit 45693bb7ef

View File

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