Browse Source

Update grunt-csscomb.

pull/634/head
XhmikosR 11 years ago
parent
commit
f8ddc6d62b
  1. 2
      package.json
  2. 12
      sass/.csscomb.json

2
package.json

@ -36,7 +36,7 @@
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~2.0.1",
"grunt-csscomb": "~3.0.0-1",
"grunt-html-validation": "~0.1.18",
"grunt-jekyll": "~0.4.2",
"grunt-jscs-checker": "~0.4.4",

12
sass/.csscomb.json

@ -1,16 +1,20 @@
{
"always-semicolon": true,
"block-indent": 2,
"colon-space": [0, 1],
"color-case": "lower",
"color-shorthand": true,
"combinator-space": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"remove-empty-rulesets": true,
"rule-indent": 2,
"stick-brace": " ",
"space-after-colon": 1,
"space-after-combinator": 1,
"space-after-declaration": "\n",
"space-after-opening-brace": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": 0,
"space-before-combinator": 1,
"space-before-opening-brace": 1,
"strip-spaces": true,
"unitless-zero": true,
"vendor-prefix-align": true,

Loading…
Cancel
Save