]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add `.order-0` to the flexbox grid ordering helpers. (#25137)
authorKevin Ruscoe <kevdotbadger@gmail.com>
Sun, 31 Dec 2017 00:28:12 +0000 (00:28 +0000)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 31 Dec 2017 00:28:12 +0000 (02:28 +0200)
scss/mixins/_grid-framework.scss

index 41bdf4646da2140fc46a514131a7886bfbc961f8..4f854f4951348dc785fb2bb5ca65ab6ee3e44f97 100644 (file)
@@ -50,7 +50,7 @@
         order: -1;
       }
 
-      @for $i from 1 through $columns {
+      @for $i from 0 through $columns {
         .order#{$infix}-#{$i} {
           order: $i;
         }