aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-06-12 21:54:35 -0700
committerMark Otto <[email protected]>2016-06-12 21:54:35 -0700
commitac1ea8c26ccb4b65d14bf207974854ca993ea4e5 (patch)
tree3ed79da508786a13d29635a96ccda773e3c53367
parent1ba370f933a2fb1636ecf40844c98743e1127536 (diff)
parente22d72563876e619d37f8a4c9660e796ff7bb912 (diff)
downloadbootstrap-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.scss1
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