Skip to content

Instantly share code, notes, and snippets.

@yourpalsonja
Created November 17, 2016 02:05
Show Gist options
  • Save yourpalsonja/b6da137696144d2d26b8760af1b89bbc to your computer and use it in GitHub Desktop.
Save yourpalsonja/b6da137696144d2d26b8760af1b89bbc to your computer and use it in GitHub Desktop.
CSS Comb Config
{
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**"
],
"verbose": true,
"always-semicolon": true,
"block-indent": " ",
"colon-space": ["", " "],
"color-case": "lower",
"color-shorthand": true,
"combinator-space": [" ", " "],
"element-case": "lower",
"eof-newline": true,
"leading-zero": null,
"rule-indent": " ",
"stick-brace": " ",
"unitless-zero": true,
"quotes": false,
"remove-empty-rulesets": true,
"space-before-closing-brace": "\n",
"space-before-colon": "",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-before-opening-brace": " ",
"space-after-selector-delimiter": "\n",
"space-before-selector-delimiter": "",
"strip-spaces": true,
"tab-size": true,
"unitless-zero": true,
"sort-order": [
[
"$variable"
],
[
"$include"
],
[
"content",
"quotes",
"counter-reset",
"counter-increment"
],
[
"position",
"top",
"right",
"bottom",
"left",
"z-index",
"float",
"clear"
],
[
"display",
"overflow",
"overflow-x",
"overflow-y",
"clip",
"table-layout",
"empty-cells",
"caption-side",
"border-spacing",
"border-collapse",
"flex-flow",
"flex-direction",
"flex-wrap",
"justify-content",
"align-items",
"align-content",
"flex",
"flex-grow",
"flex-shrink",
"flex-basis",
"align-self",
"order",
"box-sizing",
"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",
"border",
"border-width",
"border-style",
"border-color",
"border-top",
"border-top-width",
"border-top-style",
"border-top-color",
"border-right",
"border-right-width",
"border-right-style",
"border-right-color",
"border-bottom",
"border-bottom-width",
"border-bottom-style",
"border-bottom-color",
"border-left",
"border-left-width",
"border-left-style",
"border-left-color"
],
[
"visibility",
"opacity",
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"border-image",
"border-image-source",
"border-image-slice",
"border-image-width",
"border-image-outset",
"border-image-repeat",
"background",
"background-color",
"background-image",
"background-repeat",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"background-origin",
"background-size",
"background-clip",
"box-shadow",
"box-decoration-break",
"outline",
"outline-width",
"outline-style",
"outline-color",
"filter"
],
[
"color",
"font",
"font-family",
"font-style",
"font-weight",
"font-variant",
"font-size",
"font-size-adjust",
"line-height",
"letter-spacing",
"word-spacing",
"direction",
"word-wrap",
"overflow-wrap",
"word-break",
"hyphens",
"white-space",
"text-align",
"text-align-last",
"text-indent",
"text-overflow",
"text-transform",
"text-decoration",
"text-shadow",
"text-rendering",
"text-size-adjust",
"vertical-align",
"tab-size",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image"
],
[
"transform",
"transform-function",
"transform-origin",
"transform-style",
"perspective",
"perspective-origin",
"backface-visibility"
],
[
"transition",
"transition-property",
"transition-duration",
"transition-timing-function",
"transition-delay",
"animation",
"animation-name",
"animation-duration",
"animation-timing-function",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"animation-fill-mode",
"animation-play-state"
],
[
"cursor",
"user-select",
"resize",
"pointer-events"
],
[
"-webkit-appearance",
"-moz-appearance",
"-webkit-overflow-scrolling",
"-webkit-tap-highlight-color",
"-webkit-text-stroke"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment