From: Daniel Ruf Date: Wed, 21 Feb 2018 21:47:56 +0000 (+0100) Subject: better description of the foundation-everything mixin parameters X-Git-Tag: v6.6.0~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10962%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git better description of the foundation-everything mixin parameters --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 340b8e976..c5db80c54 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -24,9 +24,10 @@ The XY grid is supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Andro ## Importing -**XY grid is the default Foundation grid**. It is present by default in `foundation.css` of CDN link or package managers. In Sass, it will be generated by default by `@include foundation-everything` (unless `$global-flex` or `$xy-grid` are set to false). +**XY grid is the default Foundation grid**. It is present by default in `foundation.css` of CDN link or package managers. In Sass, it will be generated by default by `@include foundation-everything` (unless `$flex` or `$xy-grid` are set to false). -If `$xy-grid: false` is set, the flex grid is used instead. +If `$xy-grid` is set to false, the flex grid is used. +If `$flex` is set to false, the float grid is used instead. You can manually generate the XY Grid with: ```scss