Skip to content

Instantly share code, notes, and snippets.

@Hecatoncheir
Last active June 29, 2018 15:45
Show Gist options
  • Save Hecatoncheir/d0158395f106d9943a21b014133923cb to your computer and use it in GitHub Desktop.
Save Hecatoncheir/d0158395f106d9943a21b014133923cb to your computer and use it in GitHub Desktop.
csscomb
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"leading-zero": true,
"sort-order-fallback": "abc",
"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": " ",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true,
"strip-spaces": true,
"sort-order": [
[
"$variable"
],
[
"$include"
],
[
"top",
"left",
"right",
"bottom"
],
[
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left"
],
[
"border",
"border-top",
"border-right",
"border-bottom",
"border-left",
"background"
],
[
"width",
"min-width",
"max-width"
],
[
"height",
"min-height",
"max-height"
],
[
"font-family",
"font-size",
"font-style",
"font-weight"
],
[
"transition"
],
[
"text-align",
"color",
"text-transform",
"text-decoration"
],
[
"display",
"align-items",
"justify-content"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment