This repository was archived by the owner on Feb 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
This repository was archived by the owner on Feb 15, 2019. It is now read-only.
CssComb Conf ? #1
Copy link
Copy link
Open
Labels
Description
{
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"quotes": "double",
"space-before-colon": "",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": "\n",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"tab-size": true,
"sort-order": [
[
"$variable"
],
// Box
[
"display"
"position"
"top"
"right"
"bottom"
"left"
],
[
"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"
],
[
"float",
"clear"
],
[
"columns",
"column-gap",
"column-fill",
"column-rule",
"column-span",
"column-count",
"column-width"
],
[
"transform",
"transition"
],
// Border
[
"border",
"border-top",
"border-right",
"border-bottom",
"border-left",
"border-width",
"border-top-width",
"border-right-width",
"border-bottom-width",
"border-left-width"
],
[
"border-style",
"border-top-style",
"border-right-style",
"border-bottom-style",
"border-left-style"
],
[
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-left-radius",
"border-bottom-right-radius"
],
[
"border-color",
"border-top-color",
"border-right-color",
"border-bottom-color",
"border-left-color"
],
[
"outline",
"outline-color",
"outline-offset",
"outline-style",
"outline-width"
],
// Background
[
"background",
"background-color",
"background-image",
"background-repeat",
"background-position",
"background-size",
"cursor"
],
// Text
[
"color"
],
[
"font",
"font-family",
"font-size",
"font-smoothing",
"font-style",
"font-variant",
"font-weight"
],
[
"letter-spacing",
"line-height",
"list-style"
],
[
"text-align",
"text-decoration",
"text-indent",
"text-overflow",
"text-rendering",
"text-shadow",
"text-transform",
"text-wrap"
],
[
"white-space",
"word-spacing"
],
// Other
[
"border-collapse",
"border-spacing",
"box-shadow",
"resize",
"caption-side",
"content",
"cursor",
"pointer-events",
"user-select",
"counter-reset",
"counter-increment",
"empty-cells",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"tab-size",
"opacity",
"overflow",
"quotes",
"hyphens",
"speak",
"table-layout",
"vertical-align",
"visibility",
"z-index"
],
[
"$include"
]
]
}