1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 08:39:56 +02:00

Minor Sass cleanup and consistency changes. (#23959)

This commit is contained in:
XhmikosR
2017-09-17 08:18:24 +03:00
committed by GitHub
parent 0705ee8070
commit 5cec8e0de6
6 changed files with 27 additions and 21 deletions

View File

@@ -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;
}