From: Daniel Ruf Date: Tue, 20 Feb 2018 21:33:29 +0000 (+0100) Subject: docs: the flexgrid is used if $xy-grid is set to false X-Git-Tag: v6.6.0~35^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0934977a0;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: the flexgrid is used if $xy-grid is set to false --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index ac5b662d7..340b8e976 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -26,6 +26,8 @@ The XY grid is supported in Chrome, Firefox, Safari 6+, IE10+, iOS 7+, and Andro **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). +If `$xy-grid: false` is set, the flex grid is used instead. + You can manually generate the XY Grid with: ```scss @import 'foundation';