From 16f36bcc5a69d47bd8cb9b29d736d75cb3e21280 Mon Sep 17 00:00:00 2001 From: harry Date: Wed, 28 Jun 2017 00:18:54 +0530 Subject: [PATCH] Add codepen for vanilla helpers, responsive classes & source ordering! --- docs/pages/flexbox-utilities.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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
-- 2.47.2