From f1cb57c8c2625089a2cdc4890897923cfaf02174 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 8 Dec 2013 19:12:37 -0800 Subject: [PATCH] restore original options value --- Gruntfile.js | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1f3cf8d288..33e47bb791 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -123,22 +123,7 @@ module.exports = function (grunt) { csscomb: { options: { - // sortOrder: '/.csscomb.json', - "always-semicolon": true, - "block-indent": true, - "colon-space": true, - "color-case": "lower", - "color-shorthand": true, - "combinator-space": true, - "element-case": "lower", - "eof-newline": true, - "leading-zero": false, - "remove-empty-rulesets": true, - "rule-indent": true, - "stick-brace": "\n", - "strip-spaces": true, - "unitless-zero": true, - "vendor-prefix-align": true + sortOrder: '/.csscomb.json', }, files: { 'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],