fix(button): include primary as a CSS definition

This commit is contained in:
Max Lynch
2015-10-02 10:09:46 -05:00
parent dc7d7985d1
commit f291944335

View File

@ -143,7 +143,7 @@ a[button] {
// Generate Default Button Colors // Generate Default Button Colors
// -------------------------------------------------- // --------------------------------------------------
@each $color, $value in auxiliary-colors() { @each $color, $value in $colors {
button[#{$color}], button[#{$color}],
[button][#{$color}] { [button][#{$color}] {