mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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; }
|