Skip to content

Instantly share code, notes, and snippets.

@dan-gamble
Last active August 29, 2015 14:09
Show Gist options
  • Save dan-gamble/29b06d4788c44a7ed123 to your computer and use it in GitHub Desktop.
Save dan-gamble/29b06d4788c44a7ed123 to your computer and use it in GitHub Desktop.
{
"always-semicolon": true,
"block-indent": 4,
"color-case": "lower",
"color-shorthand": true,
"element-case": "upper",
"exclude": ["node_modules/**"],
"leading-zero": true,
"quotes": "single",
"remove-empty-rulesets": true,
"sort-order": [
["$import"],
["$variable"],
["$include"],
[
"position",
"top",
"right",
"bottom",
"left",
"z-index",
],
[
"display",
"float",
"height",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"max-height",
"max-width",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"width",
],
[
"content",
"font",
"font-family",
"font-size",
"font-weight",
"line-height",
"list-style",
"text-align",
"text-indent",
"white-space",
],
[
"background",
"background-image",
"background-position",
"background-repeat",
"background-size",
"border",
"border-top",
"border-right",
"border-bottom",
"border-left",
"border-color",
"border-style",
"border-width",
"border-radius",
"color",
],
[
"opacity",
"overflow",
]
],
"space-after-colon": 1,
"space-after-combinator": 1,
"space-between-declarations": 1,
"space-after-opening-brace": 1,
"space-after-selector-delimiter": "\n",
"space-before-closing-brace": "\n",
"space-before-colon": "",
"space-before-combinator": 1,
"space-before-opening-brace": 1,
"space-before-selector-delimiter": "",
"strip-spaces": true,
"tab-size": 4,
"unitless-zero": true,
"vendor-prefix-align": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment