Update Bootstrap to 5.3.2
This commit is contained in:
2
paige/node_modules/bootstrap/scss/mixins/_banner.scss
generated
vendored
2
paige/node_modules/bootstrap/scss/mixins/_banner.scss
generated
vendored
@@ -1,6 +1,6 @@
|
||||
@mixin bsBanner($file) {
|
||||
/*!
|
||||
* Bootstrap #{$file} v5.3.0 (https://getbootstrap.com/)
|
||||
* Bootstrap #{$file} v5.3.2 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2023 The Bootstrap Authors
|
||||
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
||||
*/
|
||||
|
2
paige/node_modules/bootstrap/scss/mixins/_grid.scss
generated
vendored
2
paige/node_modules/bootstrap/scss/mixins/_grid.scss
generated
vendored
@@ -56,7 +56,7 @@
|
||||
@mixin row-cols($count) {
|
||||
> * {
|
||||
flex: 0 0 auto;
|
||||
width: divide(100%, $count);
|
||||
width: percentage(divide(1, $count));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user