diff options
| author | Catalin Zalog <[email protected]> | 2016-05-28 03:25:24 +0300 |
|---|---|---|
| committer | Catalin Zalog <[email protected]> | 2016-05-28 03:25:24 +0300 |
| commit | 50e2225bd5c7d7f8ce5a037848249132c54c8ffb (patch) | |
| tree | 4e7d26364524d19f2cbb3f2db857f3e7030267c8 | |
| parent | 4bca0f878a279f3301c66176826381e1d87639af (diff) | |
| download | bootstrap-50e2225bd5c7d7f8ce5a037848249132c54c8ffb.tar.xz bootstrap-50e2225bd5c7d7f8ce5a037848249132c54c8ffb.zip | |
Update _flex.scss
| -rw-r--r-- | scss/utilities/_flex.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index a61135ce2..502885a81 100644 --- a/scss/utilities/_flex.scss +++ b/scss/utilities/_flex.scss @@ -8,6 +8,7 @@ @include media-breakpoint-up($breakpoint) { .flex-#{$breakpoint}-first { order: -1; } .flex-#{$breakpoint}-last { order: 1; } + .flex-#{$breakpoint}-unordered { order: 0; } } // Alignment for every item |
