aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities/flexbox.md
diff options
context:
space:
mode:
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.