Index: csscomb.json |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/csscomb.json |
@@ -0,0 +1,171 @@ |
+{ |
+ "lines-between-rulesets": 1, |
+ "remove-empty-rulesets": true, |
+ "always-semicolon": true, |
+ "color-case": "lower", |
+ "block-indent": " ", |
+ "color-shorthand": true, |
+ "element-case": "lower", |
+ "eof-newline": true, |
+ "leading-zero": true, |
+ "quotes": "double", |
+ "space-before-colon": "", |
+ "space-after-colon": " ", |
+ "space-before-combinator": " ", |
+ "space-after-combinator": " ", |
+ "space-between-declarations": "\n", |
+ "space-before-opening-brace": "\n", |
+ "space-after-opening-brace": "\n", |
+ "space-after-selector-delimiter": "\n", |
+ "space-before-selector-delimiter": "", |
+ "space-before-closing-brace": "\n", |
+ "strip-spaces": true, |
+ "tab-size": 2, |
+ "sort-order-fallback": "abc", |
+ "sort-order": [ |
+ "display", |
+ "visibility", |
+ |
+ "position", |
+ "top", |
+ "right", |
+ "bottom", |
+ "left", |
+ "float", |
+ "clear", |
+ "z-index", |
+ |
+ "flex", |
+ "flex-direction", |
+ "flex-order", |
+ "flex-pack", |
+ "flex-align", |
+ "box-sizing", |
+ "table-layout", |
+ "empty-cells", |
+ "border-spacing", |
+ "border-collapse", |
+ "overflow", |
+ "overflow-x", |
+ "overflow-y", |
+ "width", |
+ "min-width", |
+ "max-width", |
+ "height", |
+ "min-height", |
+ "max-height", |
+ "margin", |
+ "margin-top", |
+ "margin-right", |
+ "margin-bottom", |
+ "margin-left", |
+ "padding", |
+ "padding-top", |
+ "padding-right", |
+ "padding-bottom", |
+ "padding-left", |
+ "border", |
+ "border-collapse", |
+ "border-width", |
+ "border-style", |
+ "border-color", |
+ "border-top", |
+ "border-top-width", |
+ "border-top-style", |
+ "border-top-color", |
+ "border-right", |
+ "border-right-width", |
+ "border-right-style", |
+ "border-right-color", |
+ "border-bottom", |
+ "border-bottom-width", |
+ "border-bottom-style", |
+ "border-bottom-color", |
+ "border-left", |
+ "border-left-width", |
+ "border-left-style", |
+ "border-left-color", |
+ "border-radius", |
+ "border-top-left-radius", |
+ "border-top-right-radius", |
+ "border-bottom-right-radius", |
+ "border-bottom-left-radius", |
+ "border-image", |
+ "border-image-source", |
+ "border-image-slice", |
+ "border-image-width", |
+ "border-image-outset", |
+ "border-image-repeat", |
+ "outline", |
+ "outline-width", |
+ "outline-style", |
+ "outline-color", |
+ "outline-offset", |
+ "box-shadow", |
+ "text-shadow", |
+ |
+ "color", |
+ "opacity", |
+ "background", |
+ "background-color", |
+ "background-image", |
+ "background-repeat", |
+ "background-attachment", |
+ "background-position", |
+ "background-position-x", |
+ "background-position-y", |
+ "background-clip", |
+ "background-origin", |
+ "background-size", |
+ |
+ "font", |
+ "font-family", |
+ "font-size", |
+ "font-weight", |
+ "font-style", |
+ "font-variant", |
+ "line-height", |
+ "text-align", |
+ "text-align-last", |
+ "vertical-align", |
+ "white-space", |
+ "text-decoration", |
+ "text-transform", |
+ "letter-spacing", |
+ "word-spacing", |
+ "text-transform", |
+ "text-overflow", |
+ "text-overflow-ellipsis", |
+ "text-overflow-mode", |
+ "word-wrap", |
+ "word-break", |
+ "tab-size", |
+ |
+ "content", |
+ "quotes", |
+ "cursor", |
+ "counter-reset", |
+ "counter-increment", |
+ "list-style", |
+ "list-style-position", |
+ "list-style-type", |
+ "list-style-image", |
+ |
+ "transition", |
+ "transition-delay", |
+ "transition-timing-function", |
+ "transition-duration", |
+ "transition-property", |
+ "transform", |
+ "transform-origin", |
+ "animation", |
+ "animation-name", |
+ "animation-duration", |
+ "animation-play-state", |
+ "animation-timing-function", |
+ "animation-delay", |
+ "animation-iteration-count", |
+ "animation-iteration-count", |
+ "animation-direction" |
+ ] |
+} |