From ef1c7291569914e2f2787d12017640a761ae4f78 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 20 Jul 2017 17:58:26 +0300 Subject: [PATCH] Update docs and carousel example for `order-`. --- docs/4.0/examples/carousel/index.html | 4 ++-- docs/4.0/utilities/flex.md | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html index e950f57ece..3b0b692f5f 100644 --- a/docs/4.0/examples/carousel/index.html +++ b/docs/4.0/examples/carousel/index.html @@ -136,11 +136,11 @@
-
+

Oh yeah, it's that good. See for yourself.

Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.

-
+
Generic placeholder image
diff --git a/docs/4.0/utilities/flex.md b/docs/4.0/utilities/flex.md index 4afd7907e6..4bc5996fb5 100644 --- a/docs/4.0/utilities/flex.md +++ b/docs/4.0/utilities/flex.md @@ -349,18 +349,19 @@ Change the _visual_ order of specific flex items with a handful of `order` utili {% example html %}
-
First flex item
-
Second flex item
-
Third flex item
+
First flex item
+
Second flex item
+
Third flex item
{% endexample %} Responsive variations also exist for `order`. {% for bp in site.data.breakpoints %} -- `.order{{ bp.abbr }}-first` -- `.order{{ bp.abbr }}-last` -- `.order{{ bp.abbr }}-0`{% endfor %} + {% for i in (1..12) %} + - `.order{{ bp.abbr }}-{{ i }}` + {% endfor %} +{% endfor %} ## Align content -- 2.47.2