aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-08 19:12:37 -0800
committerMark Otto <[email protected]>2013-12-08 19:12:37 -0800
commitf1cb57c8c2625089a2cdc4890897923cfaf02174 (patch)
tree877f04a52af14f03e63332041a81c0b44c575461
parentc0200426ee72b165de400db740a60bae5d344b3c (diff)
downloadbootstrap-f1cb57c8c2625089a2cdc4890897923cfaf02174.tar.xz
bootstrap-f1cb57c8c2625089a2cdc4890897923cfaf02174.zip
restore original options value
-rw-r--r--Gruntfile.js17
1 files changed, 1 insertions, 16 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 1f3cf8d28..33e47bb79 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'],