mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03: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