Skip to content

Commit 5eeeca4

Browse files
committed
chore: update warnings
1 parent 0a24b5f commit 5eeeca4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scss/_tooltip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
z-index: var(--#{$prefix}tooltip-zindex);
1919
display: block;
2020
margin: var(--#{$prefix}tooltip-margin);
21-
@include deprecate("`$tooltip-margin`", "v5", "v5.x", true);
21+
@include deprecate("`$tooltip-margin`", "v4", "v4.x", true);
2222
// Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
2323
// So reset our font and text properties to avoid inheriting weird values.
2424
@include reset-text();

scss/mixins/_alert.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@include deprecate("`alert-variant()`", "v5.0.0", "v6.0.0");
1+
@include deprecate("`alert-variant()`", "v4.3.0", "v6.0.0");
22

33
// scss-docs-start alert-variant-mixin
44
@mixin alert-variant($background, $border, $color) {

scss/mixins/_list-group.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@include deprecate("`list-group-item-variant()`", "v5.0.0", "v6.0.0");
1+
@include deprecate("`list-group-item-variant()`", "v4.3.0", "v6.0.0");
22

33
// List Groups
44

0 commit comments

Comments
 (0)