From: Ray Villalobos Date: Wed, 27 Sep 2017 07:49:48 +0000 (-0400) Subject: Take out reference to Flex Order (#23759) X-Git-Tag: v4.0.0-beta.2~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71469a2facb0b96f09eb1ba4f01cc0f115da795c;p=thirdparty%2Fbootstrap.git Take out reference to Flex Order (#23759) Since flex-order was renamed to just order, change the subtitle. --- 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.