From 9a9a59fbe8de0767e5b67af6092be43db8e23d6d Mon Sep 17 00:00:00 2001 From: Raphael Luba Date: Wed, 18 Jan 2017 13:39:48 +0100 Subject: [PATCH] Correct prefix for order classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … they are called `flex-…`, not `order-…`. --- docs/utilities/flexbox.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/utilities/flexbox.md b/docs/utilities/flexbox.md index 9b6add5c46cb..531a2c036c41 100644 --- a/docs/utilities/flexbox.md +++ b/docs/utilities/flexbox.md @@ -360,12 +360,12 @@ Change the _visual_ order of specific flex items with a handful of `order` utili {% endexample %} -Responsive variations also exist for `order`. +Responsive variations also exist for `flex`. {% for bp in site.data.breakpoints %} -- `.order{{ bp.abbr }}-first` -- `.order{{ bp.abbr }}-last` -- `.order{{ bp.abbr }}-unordered`{% endfor %} +- `.flex{{ bp.abbr }}-first` +- `.flex{{ bp.abbr }}-last` +- `.flex{{ bp.abbr }}-unordered`{% endfor %} ## Align content