Skip to content

Commit 8155ec9

Browse files
authored
Update _alert.scss
1 parent ed9dbcc commit 8155ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/mixins/_alert.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
@use "../variables" as *;
22
@use "../mixins/deprecate" as *;
33

4+
@include deprecate("`alert-variant()`", "v4.3.0", "v6.0.0");
5+
46
// scss-docs-start alert-variant-mixin
57
@mixin alert-variant($background, $border, $color) {
6-
@include deprecate("`alert-variant()`", "v4.3.0", "v6.0.0");
78
--#{$prefix}alert-color: #{$color};
89
--#{$prefix}alert-bg: #{$background};
910
--#{$prefix}alert-border-color: #{$border};

0 commit comments

Comments
 (0)