Skip to content

Commit

Permalink
css: Fix color name warning
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Apr 4, 2023
1 parent 2462ba9 commit 641cdcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $colors: aliceblue, antiquewhite, aqua, aquamarine, azure, beige, bisque, black,
steelblue, tan, teal, thistle, tomato, turquoise, violet, wheat, white, whitesmoke, yellow, yellowgreen;

@each $color in $colors {
.text-#{$color} {
.text-#{"" + $color} {
color: $color !important;
}
}

0 comments on commit 641cdcd

Please sign in to comment.