aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap-grid.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-10-02 19:12:11 -0700
committerMark Otto <[email protected]>2017-10-02 19:12:11 -0700
commitf58997a0dae54dc98d11892afef9acb85bdc6a1e (patch)
tree0b368dd6a0183113083350595171a8120383b1fe /dist/css/bootstrap-grid.css
parentb26eabf2a3a2d62192bd382edc1794bfb1876065 (diff)
downloadbootstrap-f58997a0dae54dc98d11892afef9acb85bdc6a1e.tar.xz
bootstrap-f58997a0dae54dc98d11892afef9acb85bdc6a1e.zip
dist
Diffstat (limited to 'dist/css/bootstrap-grid.css')
-rw-r--r--dist/css/bootstrap-grid.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/dist/css/bootstrap-grid.css b/dist/css/bootstrap-grid.css
index d1db4cebf..03f9907d7 100644
--- a/dist/css/bootstrap-grid.css
+++ b/dist/css/bootstrap-grid.css
@@ -173,6 +173,11 @@ html {
max-width: 100%;
}
+.order-first {
+ -ms-flex-order: -1;
+ order: -1;
+}
+
.order-1 {
-ms-flex-order: 1;
order: 1;
@@ -351,6 +356,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-sm-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-sm-1 {
-ms-flex-order: 1;
order: 1;
@@ -511,6 +520,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-md-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-md-1 {
-ms-flex-order: 1;
order: 1;
@@ -671,6 +684,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-lg-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-lg-1 {
-ms-flex-order: 1;
order: 1;
@@ -831,6 +848,10 @@ html {
flex: 0 0 100%;
max-width: 100%;
}
+ .order-xl-first {
+ -ms-flex-order: -1;
+ order: -1;
+ }
.order-xl-1 {
-ms-flex-order: 1;
order: 1;