mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
Deprecate bg-gradient-variant
mixin (#30594)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
@if $enable-gradients {
|
||||
@each $color, $value in $theme-colors {
|
||||
@include bg-gradient-variant(".bg-gradient-#{$color}", $value);
|
||||
@include bg-gradient-variant(".bg-gradient-#{$color}", $value, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user