diff options
| author | Jacob Müller <[email protected]> | 2018-03-12 18:19:37 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-03-12 19:19:37 +0200 |
| commit | 27f553c9651dbe81a8aaf821aa2bf15670d9adb8 (patch) | |
| tree | 2d231245c226c2e581697ff36e1b9b95b66d28bc /scss/utilities | |
| parent | f4051abc122144e39967b49557714c103bc2dd81 (diff) | |
| download | bootstrap-27f553c9651dbe81a8aaf821aa2bf15670d9adb8.tar.xz bootstrap-27f553c9651dbe81a8aaf821aa2bf15670d9adb8.zip | |
Replace "loose" HEX values with their respective variables (#25672)
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_text.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index f4b6e65e5..5e169c4d9 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -37,7 +37,7 @@ // Contextual colors -.text-white { color: #fff !important; } +.text-white { color: $white !important; } @each $color, $value in $theme-colors { @include text-emphasis-variant(".text-#{$color}", $value); |
