From 71469a2facb0b96f09eb1ba4f01cc0f115da795c Mon Sep 17 00:00:00 2001 From: Ray Villalobos Date: Wed, 27 Sep 2017 03:49:48 -0400 Subject: [PATCH] Take out reference to Flex Order (#23759) Since flex-order was renamed to just order, change the subtitle. --- docs/4.0/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 62d126b901..96f2beaf6a 100644 --- a/docs/4.0/layout/grid.md +++ b/docs/4.0/layout/grid.md @@ -511,7 +511,7 @@ In addition to column clearing at responsive breakpoints, you may need to reset ## Reordering -### Flex order +### Order classes Use `.order-` classes for controlling the **visual order** of your content. These classes are responsive, so you can set the `order` by breakpoint (e.g., `.order-1.order-md-2`). Includes support for `1` through `12` across all five grid tiers.