Sass: fix version in deprecation messages.
The final version will be bumped when the next version is released.
This commit is contained in:
parent
6b7ca1234b
commit
f12ae8cea2
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
box-shadow: $input-focus-box-shadow;
|
||||
}
|
||||
}
|
||||
@include deprecate("The `form-control-focus()` mixin", "v4.3.2", "v5", $ignore-warning);
|
||||
@include deprecate("The `form-control-focus()` mixin", "v4.3.1", "v5", $ignore-warning);
|
||||
}
|
||||
|
||||
// This mixin uses an `if()` technique to be compatible with Dart Sass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue