Skip to content

Commit

Permalink
Move .csscomb.json and .csslintrc to the root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
koistya committed Feb 22, 2015
1 parent 63d4751 commit e06b788
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/styles/.csscomb.json → .csscomb.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"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-before-selector-delimiter": 0,
"space-between-declarations": "\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,
Expand Down Expand Up @@ -109,6 +114,8 @@
"list-style-type",
"list-style-image",
"pointer-events",
"-ms-touch-action",
"touch-action",
"cursor",
"visibility",
"zoom",
Expand Down
File renamed without changes.

0 comments on commit e06b788

Please sign in to comment.