This commit is contained in:
Gijs Boddeus 2017-10-04 10:55:48 +02:00 committed by GitHub
parent 17a1584e03
commit 48676f0e2b
1 changed files with 3 additions and 3 deletions

View File

@ -4,21 +4,21 @@
@each $color, $value in $colors {
.swatch-#{$color} {
background-color: #{$value};
color: color-yiq($value);
background-color: #{$value};
}
}
@each $color, $value in $theme-colors {
.swatch-#{$color} {
background-color: #{$value};
color: color-yiq($value);
background-color: #{$value};
}
}
@each $color, $value in $grays {
.swatch-#{$color} {
background-color: #{$value};
color: color-yiq($value);
background-color: #{$value};
}
}