From f682dec5c25f4ff1a29b34e10d339d549359cdb2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 11:25:59 -0700 Subject: new toc in utils and about and extend --- docs/utilities/flexbox.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'docs/utilities/flexbox.md') 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. -- cgit v1.2.3