Update Bootstrap to 5.3.0-alpha2
This commit is contained in:
6
paige/node_modules/bootstrap/scss/_grid.scss
generated
vendored
6
paige/node_modules/bootstrap/scss/_grid.scss
generated
vendored
@@ -2,6 +2,12 @@
|
||||
//
|
||||
// Rows contain your columns.
|
||||
|
||||
:root {
|
||||
@each $name, $value in $grid-breakpoints {
|
||||
--#{$prefix}breakpoint-#{$name}: #{$value};
|
||||
}
|
||||
}
|
||||
|
||||
@if $enable-grid-classes {
|
||||
.row {
|
||||
@include make-row();
|
||||
|
Reference in New Issue
Block a user