Commit 5c5310dc authored by Mark Otto's avatar Mark Otto
Browse files

remove @gridRowWidth var since we don't use it anywhere

parent b67a2d8a
Showing with 0 additions and 1 deletion
+0 -1
......@@ -197,7 +197,6 @@
@gridColumns: 12;
@gridColumnWidth: 60px;
@gridGutterWidth: 20px;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
// Fluid grid
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment