aboutsummaryrefslogtreecommitdiff
path: root/scss/utilities
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-09-17 08:18:24 +0300
committerGitHub <[email protected]>2017-09-17 08:18:24 +0300
commit5cec8e0de6d6d9fa525e82f309ada18fdb3e3753 (patch)
treec36d585c5380a34fd3667c8abe10fd853f91456b /scss/utilities
parent0705ee807018848661f4724d9607ae6f1d9031d6 (diff)
downloadbootstrap-5cec8e0de6d6d9fa525e82f309ada18fdb3e3753.tar.xz
bootstrap-5cec8e0de6d6d9fa525e82f309ada18fdb3e3753.zip
Minor Sass cleanup and consistency changes. (#23959)
Diffstat (limited to 'scss/utilities')
-rw-r--r--scss/utilities/_background.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/scss/utilities/_background.scss b/scss/utilities/_background.scss
index 1ef34fd8e..e382d4f90 100644
--- a/scss/utilities/_background.scss
+++ b/scss/utilities/_background.scss
@@ -2,5 +2,10 @@
@include bg-variant('.bg-#{$color}', $value);
}
-.bg-white { background-color: $white !important; }
-.bg-transparent { background-color: transparent !important; }
+.bg-white {
+ background-color: $white !important;
+}
+
+.bg-transparent {
+ background-color: transparent !important;
+}