aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Wand <[email protected]>2018-06-19 12:06:20 -0700
committerMark Otto <[email protected]>2018-07-11 23:30:46 -0700
commita0551c72f36a3c4077a39d9a5ab933da23b40374 (patch)
tree4cf26dec534a14e1ed5d257b2c4f3a60e7029014
parentdf24f880f4332d6340d35d7d6be8fced9d038eaf (diff)
downloadbootstrap-a0551c72f36a3c4077a39d9a5ab933da23b40374.tar.xz
bootstrap-a0551c72f36a3c4077a39d9a5ab933da23b40374.zip
remove reference to breakpoint-specific gutter widths which are not implemented
see #22944 and #24620
-rw-r--r--site/docs/4.1/layout/grid.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/layout/grid.md b/site/docs/4.1/layout/grid.md
index 5d341b68a..e697517d7 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;