From: Oliver Stapelfeldt Date: Sun, 3 Apr 2016 09:24:40 +0000 (+0200) Subject: Update flexbox.md X-Git-Tag: v6.2.1~13^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8514%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update flexbox.md --- 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;