mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
linting
This commit is contained in:
@@ -11,10 +11,10 @@
|
|||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
.col-#{$breakpoint} {
|
.col-#{$breakpoint} {
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 100%;
|
|
||||||
min-height: 1px;
|
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
max-width: 100%;
|
||||||
|
min-height: 1px;
|
||||||
padding-right: ($grid-gutter-width / 2);
|
padding-right: ($grid-gutter-width / 2);
|
||||||
padding-left: ($grid-gutter-width / 2);
|
padding-left: ($grid-gutter-width / 2);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user