1
0
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:
Martijn Cuppens
2020-04-18 08:12:51 +02:00
committed by GitHub
parent f5ec0dbf74
commit 9f7fc4ac2b
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
}
}