aboutsummaryrefslogtreecommitdiff
path: root/less/mixins/grid-framework.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-10 00:05:57 -0700
committerMark Otto <[email protected]>2014-03-10 00:05:57 -0700
commit3a2d6e40503019823bf197f278681e830bc14f31 (patch)
treedfc5a57e511b1c31ce991c9c0ad50e5090db6554 /less/mixins/grid-framework.less
parent38d0908aff17ca461dca262aa34973c356499fef (diff)
downloadbootstrap-3a2d6e40503019823bf197f278681e830bc14f31.tar.xz
bootstrap-3a2d6e40503019823bf197f278681e830bc14f31.zip
Formatting, comment consolidation, and line endings
Diffstat (limited to 'less/mixins/grid-framework.less')
-rw-r--r--less/mixins/grid-framework.less5
1 files changed, 2 insertions, 3 deletions
diff --git a/less/mixins/grid-framework.less b/less/mixins/grid-framework.less
index 430a3471f..631785465 100644
--- a/less/mixins/grid-framework.less
+++ b/less/mixins/grid-framework.less
@@ -1,8 +1,8 @@
// Framework grid generation
-// --------------------------------------------------
-
+//
// Used only by Bootstrap to generate the correct number of grid classes given
// any value of `@grid-columns`.
+
.make-grid-columns() {
// Common styles for all sizes of grid columns, widths 1-12
.col(@index) when (@index = 1) { // initial
@@ -89,4 +89,3 @@
.loop-grid-columns(@grid-columns, @class, push);
.loop-grid-columns(@grid-columns, @class, offset);
}
-