mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
12 lines
209 B
SCSS
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;
|
|
}
|