From aad358cbb676a58162f7688dbd78e1b0b61cffd0 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 16 Jan 2017 10:04:34 +0100 Subject: [PATCH] Add a link in Grid docs for `.columns` alias. --- docs/pages/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 301f8f4a9..cfedd4e94 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -10,7 +10,7 @@ tags: ## Basics -Start by adding an element with a class of `.row`. This will create a horizontal block to contain vertical columns. Then add elements with a `.column` class within that row. You can use `.column` or `.columns`—the only difference is grammar. Specify the widths of each column with the `.small-#`, `.medium-#`, and `.large-#` classes. +Start by adding an element with a class of `.row`. This will create a horizontal block to contain vertical columns. Then add elements with a `.column` class within that row. You can use `.column` or its alias `.columns`—the only difference is grammar. Specify the widths of each column with the `.small-#`, `.medium-#`, and `.large-#` classes. **Foundation is mobile-first.** Code for small screens first, and larger devices will inherit those styles. Customize for larger screens as necessary. -- 2.47.3