mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 08:39:56 +02:00
Refactor grid-framework followup
* Split up calc-grid-column, generate selectors in make-grid * Iterate over $grid-breakpoints and (pull, push, offset)
This commit is contained in:
@@ -294,7 +294,7 @@ $screen-xs-max: ($screen-sm-min - .1);
|
||||
//== Grid system
|
||||
//
|
||||
//## Define your custom responsive grid.
|
||||
|
||||
$grid-breakpoints: (xs sm md lg xl);
|
||||
//** Number of columns in the grid.
|
||||
$grid-columns: 12;
|
||||
//** Padding between columns. Gets divided in half for the left and right.
|
||||
|
Reference in New Issue
Block a user