diff options
| author | Gaƫl Poupard <[email protected]> | 2021-05-20 15:55:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-20 15:55:35 +0200 |
| commit | 59d506dfcdadd4e9198181ebf10f1ea13728e228 (patch) | |
| tree | aafbec3f5350ea3e57d55cc8a73e2c0d62054387 | |
| parent | 9f59d556b4e0743723a13864f5e70d616774722d (diff) | |
| download | bootstrap-main-fod-utilities-contrast.tar.xz bootstrap-main-fod-utilities-contrast.zip | |
fix(utilities): miossing variables, obviouslymain-fod-utilities-contrast
| -rw-r--r-- | scss/mixins/_utilities.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/mixins/_utilities.scss b/scss/mixins/_utilities.scss index 0214387a8..eb4f73f37 100644 --- a/scss/mixins/_utilities.scss +++ b/scss/mixins/_utilities.scss @@ -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); } } |
