aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-31 17:25:27 -0700
committerMark Otto <[email protected]>2013-03-31 17:25:27 -0700
commit52e414830280118cd6c5dd5f39d24e02dc82b267 (patch)
treed550c8fad0f743b97d47d6ff8caccf11e0e1d1a7 /less/variables.less
parent626189dbfcfc6edf2df151a332f2c1260823ab70 (diff)
downloadbootstrap-52e414830280118cd6c5dd5f39d24e02dc82b267.tar.xz
bootstrap-52e414830280118cd6c5dd5f39d24e02dc82b267.zip
better grid var comments
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less3
1 files changed, 3 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 81b53f8d5..8b114da99 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -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;