diff options
| author | Martijn Cuppens <[email protected]> | 2019-06-20 21:30:09 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-06-20 21:30:09 +0200 |
| commit | de163b337c80be688564969cce09345b04c823bb (patch) | |
| tree | 776c5f4474040c71d6cb6108ba63dbf08ed40e60 | |
| parent | 5f44e01dab9158dc4fc259bafc8c986f69487307 (diff) | |
| download | bootstrap-de163b337c80be688564969cce09345b04c823bb.tar.xz bootstrap-de163b337c80be688564969cce09345b04c823bb.zip | |
Deprecate `bg-variant()` mixin (#28938)
| -rw-r--r-- | scss/mixins/_background-variant.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/mixins/_background-variant.scss b/scss/mixins/_background-variant.scss index 494439d2b..51dc15091 100644 --- a/scss/mixins/_background-variant.scss +++ b/scss/mixins/_background-variant.scss @@ -12,6 +12,7 @@ background-color: darken($color, 10%) !important; } } + @include deprecate("The `bg-variant` mixin", "v4.3.2", "v5"); } @mixin bg-gradient-variant($parent, $color) { |
