1
0
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:
Martijn Cuppens
2019-06-27 11:46:42 +03:00
committed by XhmikosR
parent 23d7dd6dbd
commit e61d609bc0
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {