From a0551c72f36a3c4077a39d9a5ab933da23b40374 Mon Sep 17 00:00:00 2001 From: Josh Wand Date: Tue, 19 Jun 2018 12:06:20 -0700 Subject: [PATCH] remove reference to breakpoint-specific gutter widths which are not implemented see #22944 and #24620 --- site/docs/4.1/layout/grid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/layout/grid.md b/site/docs/4.1/layout/grid.md index 5d341b68a1..e697517d7c 100644 --- a/site/docs/4.1/layout/grid.md +++ b/site/docs/4.1/layout/grid.md @@ -761,7 +761,7 @@ Using our built-in grid Sass variables and maps, it's possible to completely cus ### Columns and gutters -The number of grid columns can be modified via Sass variables. `$grid-columns` is used to generate the widths (in percent) of each individual column while `$grid-gutter-width` allows breakpoint-specific widths that are divided evenly across `padding-left` and `padding-right` for the column gutters. +The number of grid columns can be modified via Sass variables. `$grid-columns` is used to generate the widths (in percent) of each individual column while `$grid-gutter-width` sets the width for the column gutters. {% highlight scss %} $grid-columns: 12 !default;