diff options
| author | Ray Villalobos <[email protected]> | 2017-09-27 03:49:48 -0400 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-09-27 10:49:48 +0300 |
| commit | 71469a2facb0b96f09eb1ba4f01cc0f115da795c (patch) | |
| tree | 17eea763ce875c3eeb1ddc6b201931489ca99d57 /docs/4.0 | |
| parent | 87c9e3aa5df4686c62df7b6aaa71e7d54a91c543 (diff) | |
| download | bootstrap-71469a2facb0b96f09eb1ba4f01cc0f115da795c.tar.xz bootstrap-71469a2facb0b96f09eb1ba4f01cc0f115da795c.zip | |
Take out reference to Flex Order (#23759)
Since flex-order was renamed to just order, change the subtitle.
Diffstat (limited to 'docs/4.0')
| -rw-r--r-- | docs/4.0/layout/grid.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/layout/grid.md b/docs/4.0/layout/grid.md index 62d126b90..96f2beaf6 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. |
