mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-27 15:34:42 +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);
|
||
|
|
}
|
||
|
|
}
|