From 435cd283b1b78b1c55292ad70e4804716d07e43a Mon Sep 17 00:00:00 2001 From: Oliver Stapelfeldt Date: Sun, 3 Apr 2016 11:24:40 +0200 Subject: [PATCH] Update flexbox.md --- docs/pages/flexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index d61804fff..bc75fbb27 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -30,7 +30,7 @@ If you use the `foundation-everything()` mixin in your main Sass file, pass in t @include foundation-everything(true); ``` -If you included each component manually (like our starter projects do), open your settings file (basic template: scss/_settings.scss, ZURB template: src/assets/scss/_settings.scss) and set `$global-flexbox` to `true`, and remove the `@include` for the float grid and replace it with the one for the flex grid, along with the helper classes: +If you included each component manually (like our starter projects do), open your settings file (basic template: scss/_settings.scss, ZURB template: src/assets/scss/_settings.scss) and set `$global-flexbox` to `true`, and remove the `@include` for the float grid and replace it with the one for the flex grid, along with the helper classes (basic template: scss/app.scss, ZURB template: src/assets/scss/app.scss): ```scss $global-flexbox: true; -- 2.47.2