1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Bump version to 4.5.0.

This commit is contained in:
XhmikosR
2020-05-12 19:04:19 +03:00
parent 4a0ddb02db
commit 109ad5db90
236 changed files with 65 additions and 64 deletions

View File

@@ -19,5 +19,5 @@
#{$parent} {
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
}
@include deprecate("The `bg-gradient-variant` mixin", "v4.4.2", "v5", $ignore-warning);
@include deprecate("The `bg-gradient-variant` mixin", "v4.5.0", "v5", $ignore-warning);
}