1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 05:03:16 +02: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

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