From bc4a703d8990e0f8d5dbae160a84bf620a126de8 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 31 Jan 2017 17:59:17 -0500 Subject: [PATCH] rever flexbox.md --- docs/pages/flexbox.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index b945cb285..f993fc59c 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -164,23 +164,6 @@ To align an individual child, use the below classes. They use the same alignment ``` ---- - -## Central Alignment - -Central alignment can be applied to a flex parent—which will centrally align all children automatically. - -To set parent alignment, use this class: - -- `.align-center-middle` - -```html_example -
-
I am in the center-middle— that is, I am centrally located!
-
As above, though I share the center-middle with my siblings. -
-``` - ## Vanilla Flexbox Helper Classes Foundation also includes some helper classes for quickly applying flex -- 2.47.2