update deps
This commit is contained in:
11
node_modules/bootstrap/scss/mixins/_grid-framework.scss
generated
vendored
11
node_modules/bootstrap/scss/mixins/_grid-framework.scss
generated
vendored
@@ -33,10 +33,15 @@
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@for $i from 1 through $grid-row-columns {
|
||||
.row-cols#{$infix}-#{$i} {
|
||||
@include row-cols($i);
|
||||
}
|
||||
}
|
||||
|
||||
.col#{$infix}-auto {
|
||||
flex: 0 0 auto;
|
||||
width: auto;
|
||||
max-width: 100%; // Reset earlier grid tiers
|
||||
@include make-col-auto();
|
||||
}
|
||||
|
||||
@for $i from 1 through $columns {
|
||||
|
Reference in New Issue
Block a user