From: Daniel Ruf Date: Sat, 16 Jun 2018 07:23:01 +0000 (+0200) Subject: Use pull request #10962 from DanielRuf/docs/xy-grid-flex-grid-fallback for v6.5.0 X-Git-Tag: v6.5.0-rc.1^2~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=351db5a0ca700ac945ad141df94a2ef7a27b57c2;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #10962 from DanielRuf/docs/xy-grid-flex-grid-fallback for v6.5.0 0934977a0 docs: the flexgrid is used if $xy-grid is set to false ba69d0085 better description of the foundation-everything mixin parameters Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 9bb8014b6..fdbf714ae 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -24,7 +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` 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