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 17222b7 commit ea6e0c2Copy full SHA for ea6e0c2
src/utilities/colors.scss
@@ -35,7 +35,7 @@
35
// Generate a foreground and background utility for every shade of every hue
36
@each $hue, $shades in $hue-maps {
37
@each $index, $color in $shades {
38
- .fg-#{$hue}-#{$index} { color: $color !important; }
+ .color-#{$hue}-#{$index} { color: $color !important; }
39
.bg-#{$hue}-#{$index} { background-color: $color !important; }
40
}
41
0 commit comments