From f98b04e31f6e18e5c94a0ffbb43ab1b8b06d9b44 Mon Sep 17 00:00:00 2001 From: Mahmoud Abu-Wardeh Date: Sun, 28 Feb 2016 22:18:50 +0000 Subject: [PATCH] Update flexbox.md The default _fondation.scss contains `@include foundation-grid` not `@include foundation-grid-classes` --- 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 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; ``` -- 2.47.2