0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

restore original options value

This commit is contained in:
Mark Otto 2013-12-08 19:12:37 -08:00
parent c0200426ee
commit f1cb57c8c2

View File

@ -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'],