diff options
| author | Mark Otto <[email protected]> | 2012-04-15 16:57:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-15 16:57:11 -0700 |
| commit | 5c5310dc877d4a42299f65c2b68f51154da8d523 (patch) | |
| tree | e9ed2c584a1f4590ed4766509b120e6c5274d6a4 | |
| parent | b67a2d8a59198528aec81a0c50d36aa371e10a9f (diff) | |
| download | bootstrap-5c5310dc877d4a42299f65c2b68f51154da8d523.tar.xz bootstrap-5c5310dc877d4a42299f65c2b68f51154da8d523.zip | |
remove @gridRowWidth var since we don't use it anywhere
| -rw-r--r-- | less/variables.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/variables.less b/less/variables.less index a9e3d4082..9c7d71559 100644 --- a/less/variables.less +++ b/less/variables.less @@ -197,7 +197,6 @@ @gridColumns: 12; @gridColumnWidth: 60px; @gridGutterWidth: 20px; -@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); // Fluid grid |
