Skip to content

Commit 2db3b0b

Browse files
committed
feat(utilities): prefix color system utils with "color-" (not "fg-")
1 parent 1eade5c commit 2db3b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/colors.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
// Generate a foreground and background utility for every shade of every hue
3636
@each $hue, $shades in $hue-maps {
3737
@each $index, $color in $shades {
38-
.fg-#{$hue}-#{$index} { color: $color !important; }
38+
.color-#{$hue}-#{$index} { color: $color !important; }
3939
.bg-#{$hue}-#{$index} { background-color: $color !important; }
4040
}
4141
}

0 commit comments

Comments
 (0)