]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove reference to breakpoint-specific gutter widths which are not implemented
authorJosh Wand <josh@joshwand.com>
Tue, 19 Jun 2018 19:06:20 +0000 (12:06 -0700)
committerMark Otto <otto@github.com>
Thu, 12 Jul 2018 06:30:46 +0000 (23:30 -0700)
see #22944 and #24620

site/docs/4.1/layout/grid.md

index 5d341b68a118bbdb16b8c8586ff7b07dc8f11b95..e697517d7c80010aa2add62198cb60e0f3b70c01 100644 (file)
@@ -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;