Skip to content

Commit

Permalink
Update _colors.scss (#985)
Browse files Browse the repository at this point in the history
Fix for #984
  • Loading branch information
superfaz committed Dec 31, 2021
1 parent 9c52e75 commit b6c309c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/utils/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@if $enable-extra-colors {
@each $color, $value in $extra-colors {
.bg-#{"" + $color} {
background: $value;
background-color: $value !important;
}

.text-#{"" + $color} {
Expand Down

0 comments on commit b6c309c

Please sign in to comment.