0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-30 22:52:24 +01:00
Bootstrap/scss/utilities/_background.scss
2017-06-25 18:16:37 -07:00

4 lines
90 B
SCSS

@each $color, $value in $theme-colors {
@include bg-variant('.bg-#{$color}', $value);
}