From: harry Date: Tue, 27 Jun 2017 18:48:54 +0000 (+0530) Subject: Add codepen for vanilla helpers, responsive classes & source ordering! X-Git-Tag: v6.4.1~9^2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10268%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add codepen for vanilla helpers, responsive classes & source ordering! --- diff --git a/docs/pages/flexbox-utilities.md b/docs/pages/flexbox-utilities.md index a596a5874..92992e87e 100644 --- a/docs/pages/flexbox-utilities.md +++ b/docs/pages/flexbox-utilities.md @@ -199,6 +199,10 @@ For children, there are 3 quick helper classes to apply the flex property. These - `.flex-child-grow` (flex child that will grow to take up all possible space) - `.flex-child-shrink` (flex child that will shrink to minimum possible space) +
+edit on codepen button +
+ ```html_example
@@ -224,6 +228,10 @@ These vanilla flexbox helper classes also have an optional mobile first responsi These optional responsive classes can be disabled by setting `$flexbox-responsive-breakpoints` to `false`. See [here](#sass-variables) +
+edit on codepen button +
+ ```html_example
@@ -257,6 +265,10 @@ 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