From: harry Date: Thu, 22 Jun 2017 18:55:14 +0000 (+0530) Subject: Remove codepen links as just not the right codepen for xy grid! X-Git-Tag: v6.4.0-rc5~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10224%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove codepen links as just not the right codepen for xy grid! --- diff --git a/docs/pages/flexbox-utilities.md b/docs/pages/flexbox-utilities.md index 91ca9eb4c..b0c163490 100644 --- a/docs/pages/flexbox-utilities.md +++ b/docs/pages/flexbox-utilities.md @@ -85,10 +85,6 @@ Stretch alignment is the default. To set parent alignment, use these classes:

Note that with vertical alignment, we use the term "middle" for the midpoint, while with horizontal alignment, we use the term "center". As we can't have two CSS classes with the same name, thus we are using different terms.

-
-edit on codepen button -
- ```html_example
I'm at the top (default)
@@ -126,10 +122,6 @@ To align an individual child, use the below classes. They use the same alignment - `.align-self-bottom` - `.align-self-stretch` -
-edit on codepen button -
- ```html_example
Align bottom
@@ -148,10 +140,6 @@ Central alignment can be applied to a flex parent, which will centrally align al

We are using `.text-center` class just for demo purposes here.

-
-edit on codepen button -
- ```html_example
I am in the center-middle
@@ -207,10 +195,6 @@ These optional responsive classes can be disabled by setting `$flexbox-responsiv All of these helper classes come in responsive varieties, prefixed with all of your named breakpoints. So you can do things like: -
-edit on codepen button -
- ```html_example
@@ -244,10 +228,6 @@ We have a set of classes that make it easy to setup source ordering in your HTML Watch this part in video

-
- edit on codepen button -
- ```html_example