Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created May 25, 2016 00:24
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmelgoza/a6eb0fcb614fd7139020b1dca26eff3e to your computer and use it in GitHub Desktop.
Save jasonmelgoza/a6eb0fcb614fd7139020b1dca26eff3e to your computer and use it in GitHub Desktop.
CSScomb with sort order from @mdo's Code Guide
{
"config": {
"remove-empty-rulesets": true,
"always-semicolon": true,
"color-case": "lower",
"block-indent": " ",
"color-shorthand": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"quotes": "double",
"sort-order":
[
// Sass Wizardy
"$variable",
"$include",
"$extend",
"$import",
// Positioning
"position",
"top",
"right",
"bottom",
"left",
"-webkit-align-items",
"align-items",
"-webkit-align-content",
"align-content",
"-webkit-align-self",
"align-self",
"-webkit-flex",
"-ms-flex",
"flex",
"-webkit-flex-align",
"-ms-flex-align",
"flex-align",
"-webkit-flex-basis",
"-ms-flex-basis",
"flex-basis",
"-webkit-flex-direction",
"-ms-flex-direction",
"flex-direction",
"-webkit-flex-flow",
"-ms-flex-flow",
"flex-flow",
"-webkit-flex-grow",
"-ms-flex-grow",
"flex-grow",
"-webkit-flex-order",
"-ms-flex-order",
"flex-order",
"-webkit-flex-pack",
"-ms-flex-pack",
"flex-pack",
"-webkit-flex-shrink",
"-ms-flex-shrink",
"flex-shrink",
"-webkit-flex-wrap",
"-ms-flex-wrap",
"flex-wrap",
"-webkit-justify-content",
"justify-content",
"-ms-flex-order",
"-webkit-order",
"order",
"z-index",
// Box-model
"-webkit-box-sizing",
"-moz-box-sizing",
"box-sizing",
"display",
"float",
"width",
"height",
"max-width",
"max-height",
"min-width",
"min-height",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"margin-collapse",
"margin-top-collapse",
"margin-right-collapse",
"margin-bottom-collapse",
"margin-left-collapse",
"overflow",
"overflow-x",
"overflow-y",
"clip",
"clip-path",
"clear",
// Typography
"color",
"content",
"counter-reset",
"counter-increment",
"-webkit-direction",
"direction",
"font",
"font-family",
"-webkit-font-feature-settings",
"-moz-font-feature-settings",
"-ms-font-feature-settings",
"font-feature-settings",
"font-size",
"-webkit-font-kerning",
"font-kerning",
"-moz-osx-font-smoothing",
"-webkit-font-smoothing",
"font-smoothing",
"font-stretch",
"font-style",
"font-variant",
"font-weight",
"hanging-punctuation",
"hyphens",
"quotes",
"line-height",
"letter-spacing",
"text-align",
"text-decoration",
"-webkit-text-emphasis",
"text-emphasis",
"-webkit-text-emphasis-color",
"text-emphasis-color",
"-webkit-text-emphasis-position",
"text-emphasis-position",
"-webkit-text-emphasis-style",
"text-emphasis-style",
"text-indent",
"-ms-text-justify",
"text-justify",
"-ms-text-overflow-style",
"-ms-text-overflow",
"text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"text-rendering",
"text-size-adjust",
"text-shadow",
"text-transform",
"word-break",
"word-spacing",
"-ms-word-wrap",
"word-wrap",
"word-break",
"-ms-word-break",
"-moz-tab-size",
"-o-tab-size",
"tab-size",
"vertical-align",
"white-space",
"list-style",
"list-style-image",
"list-style-position",
"list-style-type",
// Visual
"-webkit-appearance",
"-moz-appearance",
"appearance",
"background",
"background-color",
"background-attachment",
"-webkit-background-clip",
"background-clip",
"background-image",
"background-repeat",
"background-repeat-x",
"background-repeat-y",
"background-position",
"background-position-x",
"background-position-y",
"background-origin",
"background-size",
"-webkit-box-decoration-break",
"box-decoration-break",
"-webkit-box-shadow",
"box-shadow",
"border",
"border-collapse",
"border-top",
"border-right",
"border-bottom",
"border-left",
"border-color",
"border-image",
"border-top-color",
"border-right-color",
"border-bottom-color",
"border-left-color",
"border-spacing",
"border-style",
"border-top-style",
"border-right-style",
"border-bottom-style",
"border-left-style",
"border-width",
"border-top-width",
"border-right-width",
"border-bottom-width",
"border-left-width",
"border-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"border-top-left-radius",
"border-radius-topright",
"border-radius-bottomright",
"border-radius-bottomleft",
"border-radius-topleft",
"outline",
"outline-width",
"outline-style",
"outline-color",
"outline-offset",
"-webkit-perspective"
"perspective"
"-webkit-perspective-origin"
"perspective-origin"
"table-layout",
"-webkit-transform",
"-ms-transform",
"transform",
"-webkit-transform-origin",
"-ms-transform-origin",
"transform-origin",
"-webkit-transform-style",
"-ms-transform-style",
"transform-style",
// Motion
"-webkit-animation",
"animation",
"-webkit-animation-delay",
"animation-delay",
"-webkit-animation-duration",
"animation-duration",
"-webkit-animation-iteration-count",
"animation-iteration-count",
"-webkit-animation-name",
"animation-name",
"-webkit-animation-play-state",
"animation-play-state",
"-webkit-animation-timing-function",
"animation-timing-function",
"-webkit-animation-fill-mode",
"animation-fill-mode",
"-webkit-backface-visibility",
"backface-visibility",
"-webkit-transition",
"transition",
"-webkit-transition-delay",
"transition-delay",
"-webkit-transition-duration",
"transition-duration",
"-webkit-transition-property",
"transition-property",
"-webkit-transition-timing-function",
"transition-timing-function",
"will-change",
// Misc
"cursor",
"opacity",
"filter",
"visibility",
"-ms-zoom",
"zoom",
"marks",
"page-break",
"page-break-before",
"page-break-inside",
"page-break-after",
"pointer-events",
"resize",
"unicode-bidi",
"-webkit-user-select",
"-moz-user-select",
"-ms-user-select",
"user-select",
"scrollbar",
"widows",
],
"sort-order-fallback": "abc",
"space-before-colon": "",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-before-opening-brace": " ",
"space-before-selector-delimiter": "",
"strip-spaces": true,
"tab-size": true,
"unitless-zero": true,
"vendor-prefix-align": true
}
}
@imevro
Copy link

imevro commented Aug 5, 2017

More valid JSON

{
	"config": {
		"remove-empty-rulesets": true,
		"always-semicolon": true,
		"color-case": "lower",
		"block-indent": "  ",
		"color-shorthand": true,
		"element-case": "lower",
		"eof-newline": true,
		"leading-zero": false,
		"quotes": "double",
		"sort-order": [
			"$variable",
			"$include",
			"$extend",
			"$import",
			"position",
			"top",
			"right",
			"bottom",
			"left",
			"-webkit-align-items",
			"align-items",
			"-webkit-align-content",
			"align-content",
			"-webkit-align-self",
			"align-self",
			"-webkit-flex",
			"-ms-flex",
			"flex",
			"-webkit-flex-align",
			"-ms-flex-align",
			"flex-align",
			"-webkit-flex-basis",
			"-ms-flex-basis",
			"flex-basis",
			"-webkit-flex-direction",
			"-ms-flex-direction",
			"flex-direction",
			"-webkit-flex-flow",
			"-ms-flex-flow",
			"flex-flow",
			"-webkit-flex-grow",
			"-ms-flex-grow",
			"flex-grow",
			"-webkit-flex-order",
			"-ms-flex-order",
			"flex-order",
			"-webkit-flex-pack",
			"-ms-flex-pack",
			"flex-pack",
			"-webkit-flex-shrink",
			"-ms-flex-shrink",
			"flex-shrink",
			"-webkit-flex-wrap",
			"-ms-flex-wrap",
			"flex-wrap",
			"-webkit-justify-content",
			"justify-content",
			"-ms-flex-order",
			"-webkit-order",
			"order",
			"z-index",
			"-webkit-box-sizing",
			"-moz-box-sizing",
			"box-sizing",
			"display",
			"float",
			"width",
			"height",
			"max-width",
			"max-height",
			"min-width",
			"min-height",
			"padding",
			"padding-top",
			"padding-right",
			"padding-bottom",
			"padding-left",
			"margin",
			"margin-top",
			"margin-right",
			"margin-bottom",
			"margin-left",
			"margin-collapse",
			"margin-top-collapse",
			"margin-right-collapse",
			"margin-bottom-collapse",
			"margin-left-collapse",
			"overflow",
			"overflow-x",
			"overflow-y",
			"clip",
			"clip-path",
			"clear",
			"color",
			"content",
			"counter-reset",
			"counter-increment",
			"-webkit-direction",
			"direction",
			"font",
			"font-family",
			"-webkit-font-feature-settings",
			"-moz-font-feature-settings",
			"-ms-font-feature-settings",
			"font-feature-settings",
			"font-size",
			"-webkit-font-kerning",
			"font-kerning",
			"-moz-osx-font-smoothing",
			"-webkit-font-smoothing",
			"font-smoothing",
			"font-stretch",
			"font-style",
			"font-variant",
			"font-weight",
			"hanging-punctuation",
			"hyphens",
			"quotes",
			"line-height",
			"letter-spacing",
			"text-align",
			"text-decoration",
			"-webkit-text-emphasis",
			"text-emphasis",
			"-webkit-text-emphasis-color",
			"text-emphasis-color",
			"-webkit-text-emphasis-position",
			"text-emphasis-position",
			"-webkit-text-emphasis-style",
			"text-emphasis-style",
			"text-indent",
			"-ms-text-justify",
			"text-justify",
			"-ms-text-overflow-style",
			"-ms-text-overflow",
			"text-overflow",
			"text-overflow-ellipsis",
			"text-overflow-mode",
			"text-rendering",
			"text-size-adjust",
			"text-shadow",
			"text-transform",
			"word-break",
			"word-spacing",
			"-ms-word-wrap",
			"word-wrap",
			"word-break",
			"-ms-word-break",
			"-moz-tab-size",
			"-o-tab-size",
			"tab-size",
			"vertical-align",
			"white-space",
			"list-style",
			"list-style-image",
			"list-style-position",
			"list-style-type",
			"-webkit-appearance",
			"-moz-appearance",
			"appearance",
			"background",
			"background-color",
			"background-attachment",
			"-webkit-background-clip",
			"background-clip",
			"background-image",
			"background-repeat",
			"background-repeat-x",
			"background-repeat-y",
			"background-position",
			"background-position-x",
			"background-position-y",
			"background-origin",
			"background-size",
			"-webkit-box-decoration-break",
			"box-decoration-break",
			"-webkit-box-shadow",
			"box-shadow",
			"border",
			"border-collapse",
			"border-top",
			"border-right",
			"border-bottom",
			"border-left",
			"border-color",
			"border-image",
			"border-top-color",
			"border-right-color",
			"border-bottom-color",
			"border-left-color",
			"border-spacing",
			"border-style",
			"border-top-style",
			"border-right-style",
			"border-bottom-style",
			"border-left-style",
			"border-width",
			"border-top-width",
			"border-right-width",
			"border-bottom-width",
			"border-left-width",
			"border-radius",
			"border-top-right-radius",
			"border-bottom-right-radius",
			"border-bottom-left-radius",
			"border-top-left-radius",
			"border-radius-topright",
			"border-radius-bottomright",
			"border-radius-bottomleft",
			"border-radius-topleft",
			"outline",
			"outline-width",
			"outline-style",
			"outline-color",
			"outline-offset",
			"-webkit-perspective",
			"perspective",
			"-webkit-perspective-origin",
			"perspective-origin",
			"table-layout",
			"-webkit-transform",
			"-ms-transform",
			"transform",
			"-webkit-transform-origin",
			"-ms-transform-origin",
			"transform-origin",
			"-webkit-transform-style",
			"-ms-transform-style",
			"transform-style",
			"-webkit-animation",
			"animation",
			"-webkit-animation-delay",
			"animation-delay",
			"-webkit-animation-duration",
			"animation-duration",
			"-webkit-animation-iteration-count",
			"animation-iteration-count",
			"-webkit-animation-name",
			"animation-name",
			"-webkit-animation-play-state",
			"animation-play-state",
			"-webkit-animation-timing-function",
			"animation-timing-function",
			"-webkit-animation-fill-mode",
			"animation-fill-mode",
			"-webkit-backface-visibility",
			"backface-visibility",
			"-webkit-transition",
			"transition",
			"-webkit-transition-delay",
			"transition-delay",
			"-webkit-transition-duration",
			"transition-duration",
			"-webkit-transition-property",
			"transition-property",
			"-webkit-transition-timing-function",
			"transition-timing-function",
			"will-change",
			"cursor",
			"opacity",
			"filter",
			"visibility",
			"-ms-zoom",
			"zoom",
			"marks",
			"page-break",
			"page-break-before",
			"page-break-inside",
			"page-break-after",
			"pointer-events",
			"resize",
			"unicode-bidi",
			"-webkit-user-select",
			"-moz-user-select",
			"-ms-user-select",
			"user-select",
			"scrollbar",
			"widows"
		],
		"sort-order-fallback": "abc",
		"space-before-colon": "",
		"space-after-colon": " ",
		"space-before-combinator": " ",
		"space-after-combinator": " ",
		"space-before-opening-brace": " ",
		"space-before-selector-delimiter": "",
		"strip-spaces": true,
		"tab-size": true,
		"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