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 1eade5c commit 2db3b0bCopy full SHA for 2db3b0b
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