Skip to content

Instantly share code, notes, and snippets.

@kotarok
Last active March 1, 2018 11:15
Show Gist options
  • Save kotarok/25c6e26617677c1c98b933c0684c7da5 to your computer and use it in GitHub Desktop.
Save kotarok/25c6e26617677c1c98b933c0684c7da5 to your computer and use it in GitHub Desktop.
My CSS Comb setting
{
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-shorthand": true,
"leading-zero": false,
"unitless-zero": true,
"color-case": "lower",
"element-case": "lower",
"quotes": "single",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-before-selector-delimiter": "",
"vendor-prefix-align": true,
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**"
],
"sort-order": [
[
"$variable",
"$extend"
],
[
"content",
"quotes",
"display",
"appearance",
"box-sizing",
"flex",
"flex-flow",
"flex-basis",
"flex-direction",
"flex-grow",
"flex-shrink",
"flex-wrap",
"justify-content",
"order",
"position",
"top",
"right",
"bottom",
"left",
"z-index",
"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",
"columns",
"column-span",
"column-width",
"column-count",
"column-fill",
"column-gap",
"column-rule",
"column-rule-width",
"column-rule-style",
"column-rule-color",
"break-before",
"break-inside",
"break-after",
"float",
"clear",
"overflow",
"overflow-x",
"overflow-y",
"clip",
"visibility",
"align-content",
"align-items",
"align-self",
"table-layout",
"caption-side",
"empty-cells",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image",
"counter-increment",
"counter-reset",
"font",
"font-weight",
"font-style",
"font-variant",
"font-size-adjust",
"font-stretch",
"font-size",
"font-family",
"font-feature-settings",
"src",
"line-height",
"letter-spacing",
"vertical-align",
"text-align",
"text-align-last",
"text-decoration",
"text-emphasis",
"text-emphasis-position",
"text-emphasis-style",
"text-emphasis-color",
"text-indent",
"text-justify",
"text-outline",
"text-transform",
"text-wrap",
"text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"text-shadow",
"white-space",
"word-spacing",
"word-wrap",
"word-break",
"tab-size",
"hyphens",
"color",
"background",
"background-color",
"background-image",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"background-clip",
"background-origin",
"background-size",
"background-repeat",
"border",
"border-spacing",
"border-collapse",
"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",
"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",
"border-top-image",
"border-right-image",
"border-bottom-image",
"border-left-image",
"border-corner-image",
"border-top-left-image",
"border-top-right-image",
"border-bottom-right-image",
"border-bottom-left-image",
"box-decoration-break",
"outline",
"outline-width",
"outline-style",
"outline-color",
"outline-offset",
"box-shadow",
"opacity",
"mix-blend-mode",
"filter",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"transform",
"transform-origin",
"transition",
"transition-delay",
"transition-timing-function",
"transition-duration",
"transition-property",
"animation",
"animation-name",
"animation-duration",
"animation-play-state",
"animation-timing-function",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"cursor",
"resize",
"pointer-events",
"user-select",
"user-drag",
"zoom",
"max-zoom",
"min-zoom",
"user-zoom",
"orientation",
"will-change",
"unicode-bidi",
"direction",
"page-break-before",
"page-break-inside",
"page-break-after",
"orphans",
"widows"
],
[
"$include"
],
[
"$include for-size"
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment