Add new grid gutter options
See original GitHub issueWith #22940 I unshipped the Sass map and code used to loop over those values. It generated the wrong code and isn’t the approach I’d like to use moving forward. Looking at .no-gutters
, I think this is the method I’d like to use—modifier classes on the row that can be customized by breakpoint.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:16 (2 by maintainers)
Top Results From Across the Web
Gutters · Bootstrap v5.0
Gutters can be responsively adjusted. Use breakpoint-specific gutter classes to modify horizontal gutters, vertical gutters, and all gutters. Horizontal gutters.
Read more >Basic concepts of grid layout - CSS: Cascading Style Sheets
CSS Grid Layout introduces a two-dimensional grid system to CSS. Grids can be used to lay out major page areas or small user...
Read more >Grid Gutter - Quasar Framework
Gutter Quasar CSS classes offer an easy way to space out elements (especially in a Grid Row) one from each other at equal...
Read more >Layout grid | U.S. Web Design System (USWDS)
Additional functionality · Equal-width columns: With flexbox, grid columns without a specified width will display as equal-width columns. · Gutters: Rows and ...
Read more >A Complete Guide to CSS Grid
row – tells the auto-placement algorithm to fill in each row in turn, adding new rows as necessary (default); column – tells the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Tyutyesz It was removed because the file size was getting too large.
Sorry for asking, but is this option will be available in the final release? BTW keep up the good work!