mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-28 10:24:19 +01:00
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
@ -12,7 +12,7 @@
|
|||||||
background-color: darken($color, 10%) !important;
|
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) {
|
@mixin bg-gradient-variant($parent, $color) {
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
box-shadow: $input-focus-box-shadow;
|
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
|
// This mixin uses an `if()` technique to be compatible with Dart Sass
|
||||||
|
Loading…
Reference in New Issue
Block a user