From 049679c18b774bffa2a54463ef9b60853389ef3e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Thu, 18 Jan 2018 23:41:59 +0100 Subject: [PATCH] docs: fix callout class glued to modifier in grids doc --- docs/pages/grid.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 0b4533093..a9d3fbb2b 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -17,7 +17,7 @@ tags: ## Importing -
+
**From Foundation v6.4, the Float Grid is disabled by default**, replaced by the new [XY Grid](/xy-grid.html). Unless you need to support IE 10, it is recommended to use the XY Grid.
@@ -36,7 +36,7 @@ Start by adding an element with a class of `.row`. This will create a horizontal Watch this part in video

-
+

By default `.column` has an alias `.columns` (see the `$grid-column-alias` option) —the only difference is grammar.

Disabling the alias can reduce the Foundation CSS file size from 3 to 5%. It is recommended if the alias is not used.

@@ -187,7 +187,7 @@ Medium sized screens will inherit styles from small, unless you specify a differ If you have just a single column, you can save some markup by combining the `.row` and `.column` classes together on the same element. You can still nest more grids inside this container like usual. -
+

Column rows can use sizing classes like .small-8, but only when used as a top-level container—not when nested inside another row.

-- 2.47.2