diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/bootstrap-grid.scss | 2 | ||||
| -rw-r--r-- | scss/bootstrap-reboot.scss | 2 | ||||
| -rw-r--r-- | scss/bootstrap.scss | 2 | ||||
| -rw-r--r-- | scss/mixins/_background-variant.scss | 2 | ||||
| -rw-r--r-- | scss/mixins/_forms.scss | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/scss/bootstrap-grid.scss b/scss/bootstrap-grid.scss index d5f92a16a..99e4354f9 100644 --- a/scss/bootstrap-grid.scss +++ b/scss/bootstrap-grid.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Grid v4.3.1 (https://getbootstrap.com/) + * Bootstrap Grid v4.4.0 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) diff --git a/scss/bootstrap-reboot.scss b/scss/bootstrap-reboot.scss index 2983f3f6d..ed8d48cf3 100644 --- a/scss/bootstrap-reboot.scss +++ b/scss/bootstrap-reboot.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/) + * Bootstrap Reboot v4.4.0 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss index 9f15c2a8b..97b701e76 100644 --- a/scss/bootstrap.scss +++ b/scss/bootstrap.scss @@ -1,5 +1,5 @@ /*! - * Bootstrap v4.3.1 (https://getbootstrap.com/) + * Bootstrap v4.4.0 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) diff --git a/scss/mixins/_background-variant.scss b/scss/mixins/_background-variant.scss index 380096de3..3ceb5c563 100644 --- a/scss/mixins/_background-variant.scss +++ b/scss/mixins/_background-variant.scss @@ -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) { diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index 04732c7ad..418470d0b 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -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 |
