## 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