From: Mahmoud Abu-Wardeh Date: Sun, 28 Feb 2016 22:18:50 +0000 (+0000) Subject: Update flexbox.md X-Git-Tag: v6.2.2-rc1~4^2~24^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f98b04e31f6e18e5c94a0ffbb43ab1b8b06d9b44;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update flexbox.md The default _fondation.scss contains `@include foundation-grid` not `@include foundation-grid-classes` --- diff --git a/docs/pages/flexbox.md b/docs/pages/flexbox.md index 3581a888c..2d9b8925e 100644 --- a/docs/pages/flexbox.md +++ b/docs/pages/flexbox.md @@ -29,7 +29,7 @@ If you're using the Sass version, open your settings file and set `$global-flexb You'll also need to replace the default float grid with the flex grid, which is actually a separate component. To do this, remove the `@include` for the float grid and replace it with the one for the flex grid. ```scss -// @include foundation-grid-classes; +// @include foundation-grid; @include foundation-flex-grid; ```