From d55568d7ce1693664061fd023963e8a961196193 Mon Sep 17 00:00:00 2001 From: Tom English Date: Thu, 12 Apr 2018 17:08:26 +0100 Subject: [PATCH] Incorrect variable name in legacy Float Grid docs In the docs it states that $global-flex needs to be set to false to enable the float grid, however the variable is $global-flexbox --- docs/pages/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 28ad6012b..15e6cbf01 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -23,7 +23,7 @@ tags: To use the Float Grid in Foundation v6.4+, you need to: * In CDN link or package managers: import `foundation-float.css` in place of `foundation.css`. -* In Sass: set both `$xy-grid` and `$global-flex` to `false`. +* In Sass: set both `$xy-grid` and `$global-flexbox` to `false`. ## Basics -- 2.47.2