forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address twbs#11564: Vary grid gutter widths by breakpoint
Add new @grid-gutter-width-xx variables that are used to adjust the default grid gutter at each breakpoint. The old mixins can still be used, and the original fixed gutter can be used by setting the @grid-gutter-width-xx variables to the same value. - Add @grid-gutter-width-xs, @grid-gutter-width-sm, @grid-gutter-width-md, and @grid-gutter-width-lg variables - Use the new gutter widths when calculating .container widths - Modify the .make-grid-columns mixin to apply these new gutter widths at each breakpoint - Create the .container-fixed--vary-gutter and .make-row--vary-gutter mixins, and use them to grenerate the default .container and .row - Create the .make-xx-column--vary-gutter mixins
- Loading branch information
Showing
4 changed files
with
137 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters