mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
6 lines
153 B
SCSS
6 lines
153 B
SCSS
@each $color, $value in $theme-colors {
|
|
@include bg-variant('.bg-#{$color}', $value);
|
|
}
|
|
|
|
.bg-transparent { background-color: transparent !important; }
|