From: Mark Otto Date: Mon, 9 Dec 2013 03:12:37 +0000 (-0800) Subject: restore original options value X-Git-Tag: v3.1.0~148^2~11^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cb57c8c2625089a2cdc4890897923cfaf02174;p=thirdparty%2Fbootstrap.git restore original options value --- 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'],