]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
property order and white space
authorMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 19:36:45 +0000 (11:36 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Feb 2016 19:36:45 +0000 (11:36 -0800)
scss/mixins/_grid-framework.scss

index 2f4bb0b798fd7fb28dfd2d359aec3c58c132bfeb..68ff9c4bc6c79e03b54f6ebb248a10682ef2dfb5 100644 (file)
@@ -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