From 53da2a7d5f024c91e06b4094bf3fb10e77415866 Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Wed, 3 May 2017 18:24:17 -0700 Subject: [PATCH] update collapse docs --- docs/pages/grid.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/pages/grid.md b/docs/pages/grid.md index 57552b4b..f072f536 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -95,6 +95,8 @@ The `.expander` prevents a rendering bug in Outlook that sometimes keeps the col Collapsing a row removes the gutters from every column, which is the spacing between them. Add the class `.collapse` to a row to enable this. +There are more utility classes that you can use to isolate and collapse portions of your layouts: `.collapse-top` `.collapse-bottom` `.collapse-left` `.collapse-right` `.collapse-border` `.collapse-gutter` + ```inky_example -- 2.47.2