diff --git a/css/grid.less b/css/grid.less index a5ef9c1..5bbf3d6 100644 --- a/css/grid.less +++ b/css/grid.less @@ -3,6 +3,9 @@ @gutter-width: 20; @columns: 12; +// Utility variable — you should never need to modify this +@_gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; + // Set @total-width to 100% for a fluid layout @total-width: @_gridsystem-width; @@ -11,10 +14,6 @@ // GRID // ////////// -// Utility variable — you should never need to modify this -@_gridsystem-width: (@column-width*@columns) + (@gutter-width*@columns) * 1px; - -// body { width: 100%; float: left;