mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
fix(utilities): miossing variables, obviously
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
// Ensures decent contrast where possible
|
// Ensures decent contrast where possible
|
||||||
@if "background-color" == $property and "transparent" != inspect($value) {
|
@if "background-color" == $property and "transparent" != inspect($value) {
|
||||||
color: color-contrast($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);
|
background-color: color-contrast($value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user