0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/scss/utilities/_background.scss
2017-10-02 20:34:56 -07:00

14 lines
256 B
SCSS

// stylelint-disable declaration-no-important
@each $color, $value in $theme-colors {
@include bg-variant(".bg-#{$color}", $value);
}
.bg-white {
background-color: $white !important;
}
.bg-transparent {
background-color: transparent !important;
}