diff options
| author | Mark Otto <[email protected]> | 2014-03-10 00:05:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-10 00:05:57 -0700 |
| commit | 3a2d6e40503019823bf197f278681e830bc14f31 (patch) | |
| tree | dfc5a57e511b1c31ce991c9c0ad50e5090db6554 /less/mixins/grid-framework.less | |
| parent | 38d0908aff17ca461dca262aa34973c356499fef (diff) | |
| download | bootstrap-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.less | 5 |
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); } - |
