From: Josh Wand Date: Tue, 19 Jun 2018 19:06:20 +0000 (-0700) Subject: remove reference to breakpoint-specific gutter widths which are not implemented X-Git-Tag: v4.1.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0551c72f36a3c4077a39d9a5ab933da23b40374;p=thirdparty%2Fbootstrap.git remove reference to breakpoint-specific gutter widths which are not implemented see #22944 and #24620 --- 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;