2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

fix(utilities): miossing variables, obviously

This commit is contained in:
Gaël Poupard
2021-05-20 15:55:35 +02:00
committed by GitHub
parent 9f59d556b4
commit 59d506dfcd
+1 -1
View File
@@ -53,7 +53,7 @@
// Ensures decent contrast where possible
@if "background-color" == $property and "transparent" != inspect($value) {
color: color-contrast($value);
} @else if "color" == $property and "inherit" != inspect($value) and $accessible-orange != $value {
} @else if "color" == $property and "inherit" != inspect($value) {
background-color: color-contrast($value);
}
}