From 0934977a01e18540e845aac2bb7815328b519c04 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Tue, 20 Feb 2018 22:33:29 +0100 Subject: [PATCH] docs: the flexgrid is used if $xy-grid is set to false --- docs/pages/xy-grid.md | 2 ++ 1 file changed, 2 insertions(+) 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'; -- 2.47.2