From: Oliver Stapelfeldt Date: Sun, 3 Apr 2016 08:40:42 +0000 (+0200) Subject: Update flexbox.md X-Git-Tag: v6.2.1~13^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f69ee9ae2ab4c0494f027be24e6e00e56234cf4;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update flexbox.md --- diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index 620ed1077..d61804fff 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, open your settings file 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: ```scss $global-flexbox: true;