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