0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-17 14:54:30 +01:00

Deprecate bg-variant() mixin (#28938)

This commit is contained in:
Martijn Cuppens 2019-06-20 21:30:09 +02:00 committed by GitHub
parent 5f44e01dab
commit de163b337c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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