Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Müller <jacob.mueller.elz@gmail.com>2018-03-12 20:19:37 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-03-12 20:19:37 +0300
commit27f553c9651dbe81a8aaf821aa2bf15670d9adb8 (patch)
tree2d231245c226c2e581697ff36e1b9b95b66d28bc /scss/utilities
parentf4051abc122144e39967b49557714c103bc2dd81 (diff)
Replace "loose" HEX values with their respective variables (#25672)
Diffstat (limited to 'scss/utilities')
-rw-r--r--scss/utilities/_text.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index f4b6e65e55..5e169c4d97 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);