mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
6 lines
140 B
SCSS
6 lines
140 B
SCSS
|
|
@if $enable-gradients {
|
||
|
|
@each $color, $value in $theme-colors {
|
||
|
|
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
||
|
|
}
|
||
|
|
}
|