Skip to content

Instantly share code, notes, and snippets.

@andrewjamesford
Created June 18, 2014 04:05
Show Gist options
  • Save andrewjamesford/3eb58360155e0b034ce6 to your computer and use it in GitHub Desktop.
Save andrewjamesford/3eb58360155e0b034ce6 to your computer and use it in GitHub Desktop.
CSS Comb settings for Terabyte css guidelines.
{
"exclude": [
".git/**",
"node_modules/**"
],
"always-semicolon": true,
"color-case": "lower",
"color-shorthand": true,
"quotes": "double",
"strip-spaces": true,
"unitless-zero": true,
"sort-order": [ [
"$extend",
"$include",
"position",
"z-index",
"top",
"right",
"bottom",
"left",
"display",
"overflow",
"box-sizing",
"width",
"height",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"border",
"border-top",
"border-right",
"border-bottom",
"border-left",
"border-radius",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"background",
"background-color",
"background-image",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"background-clip",
"background-origin",
"background-size",
"background-repeat",
"color",
"line-height",
"font",
"font-family",
"font-size",
"font-weight",
"text-align",
"text-transform",
"text-indent"
] ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment