Commit f1cb57c8 authored by Mark Otto's avatar Mark Otto
Browse files

restore original options value

parent c0200426
Showing with 1 addition and 16 deletions
+1 -16
...@@ -123,22 +123,7 @@ module.exports = function (grunt) { ...@@ -123,22 +123,7 @@ module.exports = function (grunt) {
csscomb: { csscomb: {
options: { options: {
// sortOrder: '/.csscomb.json', 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
}, },
files: { files: {
'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'], 'dist/css/<%= pkg.name %>.sorted.css': ['dist/css/<%= pkg.name %>.css'],
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment