diff options
| author | Mark Otto <[email protected]> | 2013-01-17 10:49:10 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 10:49:10 -0800 |
| commit | 01b32f472d89e6c4f7e58aa85be7a6ad92a982ec (patch) | |
| tree | 08f315cf121a74694cf27b1d8be715a1bcb9d728 /less/variables.less | |
| parent | 7e46b6f6364d754cb87fca35e0897cf2fad09206 (diff) | |
| download | bootstrap-01b32f472d89e6c4f7e58aa85be7a6ad92a982ec.tar.xz bootstrap-01b32f472d89e6c4f7e58aa85be7a6ad92a982ec.zip | |
Simplify and bring back the grid mixin for generating spans and offsets
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/less/variables.less b/less/variables.less index 45faa6939..b02d42fe1 100644 --- a/less/variables.less +++ b/less/variables.less @@ -271,13 +271,3 @@ @grid-column-width: 60px; @grid-gutter-width: 20px; @grid-row-width: (@grid-columns * @grid-column-width) + (@grid-gutter-width * (@grid-columns - 1)); - -// 1200px min -@grid-column-width-1200: 70px; -@grid-gutter-width-1200: 30px; -@grid-row-width-1200: (@grid-columns * @grid-column-width-1200) + (@grid-gutter-width-1200 * (@grid-columns - 1)); - -// 768px-979px -@grid-column-width-768: 42px; -@grid-gutter-width-768: 20px; -@grid-row-width-768: (@grid-columns * @grid-column-width-768) + (@grid-gutter-width-768 * (@grid-columns - 1)); |
