From: Tom English Date: Thu, 12 Apr 2018 16:08:26 +0000 (+0100) Subject: Incorrect variable name in legacy Float Grid docs X-Git-Tag: v6.6.0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55568d7c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git 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 --- 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