mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 23:59:53 +02:00
Ignore the bg-variant deprecation warning in our files.
This commit is contained in:
committed by
XhmikosR
parent
23d7dd6dbd
commit
e61d609bc0
@@ -1,7 +1,7 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
@include bg-variant(".bg-#{$color}", $value);
|
||||
@include bg-variant(".bg-#{$color}", $value, true);
|
||||
}
|
||||
|
||||
@if $enable-gradients {
|
||||
|
Reference in New Issue
Block a user