]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Incorrect variable name in legacy Float Grid docs 11171/head
authorTom English <tomrenglish@googlemail.com>
Thu, 12 Apr 2018 16:08:26 +0000 (17:08 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Apr 2018 16:08:26 +0000 (17:08 +0100)
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

index 28ad6012baf35f279aee5f88c3bf4cb8d2c2859b..15e6cbf01fe3534b4998fcd4d4887f577a779c27 100644 (file)
@@ -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