1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00

Update _colors.scss (#985)

Fix for https://github.com/tabler/tabler/issues/984
This commit is contained in:
superfaz
2021-12-31 11:37:16 +01:00
committed by GitHub
parent 9c52e75f9a
commit b6c309c777
+1 -1
View File
@@ -11,7 +11,7 @@
@if $enable-extra-colors {
@each $color, $value in $extra-colors {
.bg-#{"" + $color} {
background: $value;
background-color: $value !important;
}
.text-#{"" + $color} {