You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is only one variable to set $grid-gutter-width which is 30px by default, however, in modern applications on some screens (breakpoints) another gutter size and container padding would be more preferable.
I would suggest adding new map variable and mixin so .container, .row, .col-* and other grid class paddings could be easily configured. Map can be empty if there is no need in chaning spacings for different breakpoints.
Here is an example how I am changing spacers for different screens.
cvrebert
changed the title
[v4] Configurable gutter and container spacing for different breakpoints
Make container padding configurable on a per-breakpoint basis
Feb 24, 2016
Currently there is only one variable to set $grid-gutter-width which is 30px by default, however, in modern applications on some screens (breakpoints) another gutter size and container padding would be more preferable.
I would suggest adding new map variable and mixin so
.container
,.row
,.col-*
and other grid class paddings could be easily configured. Map can be empty if there is no need in chaning spacings for different breakpoints.Here is an example how I am changing spacers for different screens.
The text was updated successfully, but these errors were encountered: