We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2631903 commit a77c13cCopy full SHA for a77c13c
assets/scss/_colors.scss
@@ -4,21 +4,21 @@
4
5
@each $color, $value in $colors {
6
.swatch-#{$color} {
7
- color: color-yiq($value);
8
background-color: #{$value};
+ color: color-yiq($value);
9
}
10
11
12
@each $color, $value in $theme-colors {
13
14
15
16
17
18
19
@each $color, $value in $grays {
20
21
22
23
24
0 commit comments