]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
rever flexbox.md
authorChris <chrisdavidramos@gmail.com>
Tue, 31 Jan 2017 22:59:17 +0000 (17:59 -0500)
committerChris <chrisdavidramos@gmail.com>
Tue, 31 Jan 2017 22:59:17 +0000 (17:59 -0500)
docs/pages/flexbox.md

index b945cb285f1e36f14ecdf8bdac842a3e040654be..f993fc59c8162e0f9e6ef67c0c2b17b6c7c51e83 100644 (file)
@@ -164,23 +164,6 @@ To align an individual child, use the below classes. They use the same alignment
 </div>
 ```
 
----
-
-## Central Alignment
-
-Central alignment can be applied to a flex parent&mdash;which will centrally align all children automatically.
-
-To set parent alignment, use this class:
-
-- `.align-center-middle`
-
-```html_example
-<div class="row align-center-middle">
-  <div class="columns">I am in the center-middle&mdash; that is, I am centrally located!</div>
-  <div class="columns">As above, though I share the center-middle with my siblings.
-</div>
-```
-
 ## Vanilla Flexbox Helper Classes
 
 Foundation also includes some helper classes for quickly applying flex