Skip to content

Instantly share code, notes, and snippets.

@daniel-williams
Created October 20, 2016 16:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniel-williams/2e8d01551b612795052097a00e39e234 to your computer and use it in GitHub Desktop.
Save daniel-williams/2e8d01551b612795052097a00e39e234 to your computer and use it in GitHub Desktop.
{
"always-semicolon": true,
"block-indent": 2,
"color-case": "lower",
"color-shorthand": false,
"quotes": "single",
"space-after-colon": 1,
"space-before-opening-brace": 1,
"space-after-opening-brace": "\n",
"space-before-selector-delimiter": 0,
"space-after-selector-delimiter": 1,
"space-before-closing-brace": "\n",
"space-before-colon": "",
"space-before-combinator": 1,
"space-after-combinator": 1,
"strip-spaces": true,
"tab-size": 2,
"unitless-zero": true,
"lines-between-rulesets": 1,
"sort-order-fallback": "abc",
"sort-order": [
["position", "top", "right", "bottom", "left"],
[ "margin", "padding", "border", "width", "height" ],
[ "color", "background", "background-color" ],
["font-family", "src", "font-size", "font-weight", "line-height"],
["..."]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment