Update Bootstrap to 5.3.0-alpha2
This commit is contained in:
4
paige/node_modules/bootstrap/scss/mixins/_banner.scss
generated
vendored
4
paige/node_modules/bootstrap/scss/mixins/_banner.scss
generated
vendored
@@ -1,7 +1,7 @@
|
||||
@mixin bsBanner($file) {
|
||||
/*!
|
||||
* Bootstrap #{$file} v5.3.0-alpha1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2022 The Bootstrap Authors
|
||||
* Bootstrap #{$file} v5.3.0-alpha2 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2023 The Bootstrap Authors
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
}
|
||||
|
1
paige/node_modules/bootstrap/scss/mixins/_list-group.scss
generated
vendored
1
paige/node_modules/bootstrap/scss/mixins/_list-group.scss
generated
vendored
@@ -1,6 +1,5 @@
|
||||
@include deprecate("`list-group-item-variant()`", "v5.3.0", "v6.0.0");
|
||||
|
||||
|
||||
// List Groups
|
||||
|
||||
// scss-docs-start list-group-mixin
|
||||
|
2
paige/node_modules/bootstrap/scss/mixins/_utilities.scss
generated
vendored
2
paige/node_modules/bootstrap/scss/mixins/_utilities.scss
generated
vendored
@@ -1,6 +1,6 @@
|
||||
// Utility generator
|
||||
// Used to generate utilities & print utilities
|
||||
@mixin generate-utility($utility, $infix, $is-rfs-media-query: false) {
|
||||
@mixin generate-utility($utility, $infix: "", $is-rfs-media-query: false) {
|
||||
$values: map-get($utility, values);
|
||||
|
||||
// If the values are a list or string, convert it into a map
|
||||
|
6
paige/node_modules/bootstrap/scss/mixins/_visually-hidden.scss
generated
vendored
6
paige/node_modules/bootstrap/scss/mixins/_visually-hidden.scss
generated
vendored
@@ -6,7 +6,6 @@
|
||||
// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
|
||||
|
||||
@mixin visually-hidden() {
|
||||
position: absolute !important;
|
||||
width: 1px !important;
|
||||
height: 1px !important;
|
||||
padding: 0 !important;
|
||||
@@ -15,6 +14,11 @@
|
||||
clip: rect(0, 0, 0, 0) !important;
|
||||
white-space: nowrap !important;
|
||||
border: 0 !important;
|
||||
|
||||
// Fix for positioned table caption that could become anonymous cells
|
||||
&:not(caption) {
|
||||
position: absolute !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Use to only display content when it's focused, or one of its child elements is focused
|
||||
|
Reference in New Issue
Block a user