2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00
Files
bootstrap/scss/utilities/_background.scss
T

12 lines
209 B
SCSS

@each $color, $value in $theme-colors {
@include bg-variant('.bg-#{$color}', $value);
}
.bg-white {
background-color: $white !important;
}
.bg-transparent {
background-color: transparent !important;
}