mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
better grid var comments
This commit is contained in:
parent
626189dbfc
commit
52e4148302
1 changed files with 3 additions and 0 deletions
|
@ -349,6 +349,9 @@
|
|||
// Grid system
|
||||
// --------------------------------------------------
|
||||
|
||||
// Number of columns in the grid system
|
||||
@grid-columns: 12;
|
||||
// Padding, to be divided by two and applied to the left and right of all columns
|
||||
@grid-gutter-width: 30px;
|
||||
// Point at which the navbar stops collapsing
|
||||
@grid-float-breakpoint: 768px;
|
||||
|
|
Loading…
Reference in a new issue