mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 17:50:24 +00:00
3 lines
90 B
SCSS
3 lines
90 B
SCSS
@each $color, $value in $theme-colors {
|
|
@include bg-variant('.bg-#{$color}', $value);
|
|
}
|