mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
property order and white space
This commit is contained in:
parent
4ab7c93bcc
commit
50e854affa
@ -11,9 +11,9 @@
|
|||||||
@if $enable-flex {
|
@if $enable-flex {
|
||||||
.col-#{$breakpoint} {
|
.col-#{$breakpoint} {
|
||||||
@extend column-basics; // Relative position, min-height, and horizontal padding
|
@extend column-basics; // Relative position, min-height, and horizontal padding
|
||||||
|
max-width: 100%;
|
||||||
flex-basis: 0;
|
flex-basis: 0;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user