From cb7cdd0c0565f2872ef46fdc55b956aeb270e346 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 22 Dec 2013 21:18:45 -0800 Subject: [PATCH] Revert to CSScomb 1.1.0 because 1.2.0 and 1.2.1 fuck up our compiled CSS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d00cc318d..64f7b5e46f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-contrib-qunit": "~0.3.0", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", - "grunt-csscomb": "~1.2.1", + "grunt-csscomb": "~1.1.0", "grunt-html-validation": "~0.1.12", "grunt-jekyll": "~0.4.0", "grunt-jscs-checker": "~0.2.6",