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

Release v4.4.0 (#29735)

This commit is contained in:
XhmikosR
2019-11-26 19:12:00 +02:00
committed by GitHub
parent d61bba584f
commit 593574d510
281 changed files with 2091 additions and 1307 deletions

View File

@@ -12,7 +12,7 @@
background-color: darken($color, 10%) !important;
}
}
@include deprecate("The `bg-variant` mixin", "v4.3.1", "v5", $ignore-warning);
@include deprecate("The `bg-variant` mixin", "v4.4.0", "v5", $ignore-warning);
}
@mixin bg-gradient-variant($parent, $color) {

View File

@@ -23,7 +23,7 @@
box-shadow: $input-focus-box-shadow;
}
}
@include deprecate("The `form-control-focus()` mixin", "v4.3.1", "v5", $ignore-warning);
@include deprecate("The `form-control-focus()` mixin", "v4.4.0", "v5", $ignore-warning);
}
// This mixin uses an `if()` technique to be compatible with Dart Sass