mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
5 lines
153 B
SCSS
5 lines
153 B
SCSS
@each $color, $value in $theme-colors {
|
|
@include bg-variant('.bg-#{$color}', $value);
|
|
}
|
|
|
|
.bg-transparent { background-color: transparent !important; }
|