Skip to content

Commit

Permalink
Sass: fix version in deprecation messages.
Browse files Browse the repository at this point in the history
The final version will be bumped when the next version is released.
  • Loading branch information
XhmikosR committed Nov 25, 2019
1 parent 6b7ca12 commit f12ae8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/mixins/_background-variant.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f12ae8c

Please sign in to comment.