From ba69d00854642b7dd0b9c143f12556dc65b036e8 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 21 Feb 2018 22:47:56 +0100 Subject: [PATCH] better description of the foundation-everything mixin parameters --- docs/pages/xy-grid.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.47.2