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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user