Update variables.less

Replace "0px" with unitless 0
This commit is contained in:
Dan Russell
2020-06-16 10:12:22 -04:00
committed by GitHub
parent 57d08c964a
commit 78cba26afe

View File

@@ -515,7 +515,7 @@
// -------------------------
@gridColumns: 12;
@gridColumnWidth: 60px;
@gridGutterWidth: 0px;
@gridGutterWidth: 0;
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
// 1200px min