mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Sass: fix version in deprecation messages.
The final version will be bumped when the next version is released.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
background-color: darken($color, 10%) !important;
|
||||
}
|
||||
}
|
||||
@include deprecate("The `bg-variant` mixin", "v4.3.2", "v5", $ignore-warning);
|
||||
@include deprecate("The `bg-variant` mixin", "v4.3.1", "v5", $ignore-warning);
|
||||
}
|
||||
|
||||
@mixin bg-gradient-variant($parent, $color) {
|
||||
|
||||
Reference in New Issue
Block a user