mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
property order and white space
This commit is contained in:
parent
4ab7c93bcc
commit
50e854affa
@ -11,9 +11,9 @@
|
||||
@if $enable-flex {
|
||||
.col-#{$breakpoint} {
|
||||
@extend column-basics; // Relative position, min-height, and horizontal padding
|
||||
max-width: 100%;
|
||||
flex-basis: 0;
|
||||
flex-grow: 1;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// `$columns - 1` because offsetting by the width of an entire row isn't possible
|
||||
@for $i from 0 through ($columns - 1) {
|
||||
@if $breakpoint-counter != 1 or $i != 0 { // Avoid emitting useless .col-xs-offset-0
|
||||
|
Loading…
x
Reference in New Issue
Block a user