mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
remove reference to breakpoint-specific gutter widths which are not implemented
see #22944 and #24620
This commit is contained in:
@@ -761,7 +761,7 @@ Using our built-in grid Sass variables and maps, it's possible to completely cus
|
|||||||
|
|
||||||
### Columns and gutters
|
### 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 %}
|
{% highlight scss %}
|
||||||
$grid-columns: 12 !default;
|
$grid-columns: 12 !default;
|
||||||
|
Reference in New Issue
Block a user