aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities/flexbox.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-05-28 11:25:59 -0700
committerMark Otto <[email protected]>2017-05-28 11:25:59 -0700
commitf682dec5c25f4ff1a29b34e10d339d549359cdb2 (patch)
tree56fc1244bdb43bc61152438dfeb32cfcd010ede0 /docs/utilities/flexbox.md
parentc72cc98bd56fb50259c84a1fced38751009eb930 (diff)
downloadbootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.tar.xz
bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.zip
new toc in utils and about and extend
Diffstat (limited to 'docs/utilities/flexbox.md')
-rw-r--r--docs/utilities/flexbox.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/docs/utilities/flexbox.md b/docs/utilities/flexbox.md
index 9bca02848..bf2a6f37c 100644
--- a/docs/utilities/flexbox.md
+++ b/docs/utilities/flexbox.md
@@ -1,16 +1,11 @@
---
layout: docs
title: Flexbox
+description: Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary.
group: utilities
+toc: true
---
-Quickly manage the layout, alignment, and sizing of grid columns, navigation, components, and more with a full suite of responsive flexbox utilities. For more complex implementations, custom CSS may be necessary.
-
-## Contents
-
-* Will be replaced with the ToC, excluding the "Contents" header
-{:toc}
-
## Enable flex behaviors
Apply `display` utilities to create a flexbox container and transform **direct children elements** into flex items. Flex containers and items are able to be modified further with additional flex properties.