1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

update background utils

This commit is contained in:
Mark Otto
2017-06-25 18:16:37 -07:00
parent aa83c4f417
commit fc053ed096
2 changed files with 2 additions and 10 deletions

View File

@@ -1,11 +1,3 @@
//
// Contextual backgrounds
//
.bg-faded {
background-color: darken($body-bg, 3%);
}
@each $color, $value in $theme-colors {
@include bg-variant('.bg-#{$color}', $value);
}