Merged
requested to merge github/fork/pixelbandito/customizable-grid-gutters-per-breakpoint into v4-dev
Created by: pixelbandito
As per https://github.com/twbs/bootstrap/pull/17021 (which references https://github.com/twbs/bootstrap/issues/11873), this change adds a $grid-gutters-widths array in _variables.scss, and then uses the array in the grid framework instead of a single gutter width.
Possible concern: The old $grid-gutter-width was used several places, so I left it in; but that might cause confusion.