twbs--bootstrap/scss/helpers/_background.scss

6 lines
140 B
SCSS
Raw Normal View History

2019-05-23 09:56:03 +00:00
@if $enable-gradients {
@each $color, $value in $theme-colors {
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
}
}