diff options
| author | Mark Otto <[email protected]> | 2016-06-12 21:54:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-06-12 21:54:35 -0700 |
| commit | ac1ea8c26ccb4b65d14bf207974854ca993ea4e5 (patch) | |
| tree | 3ed79da508786a13d29635a96ccda773e3c53367 | |
| parent | 1ba370f933a2fb1636ecf40844c98743e1127536 (diff) | |
| parent | e22d72563876e619d37f8a4c9660e796ff7bb912 (diff) | |
| download | bootstrap-ac1ea8c26ccb4b65d14bf207974854ca993ea4e5.tar.xz bootstrap-ac1ea8c26ccb4b65d14bf207974854ca993ea4e5.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
| -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 |
