Last active
April 2, 2018 11:55
-
-
Save brunnolou/6fbd4b78140d0d29ac5d to your computer and use it in GitHub Desktop.
CScomb with twitter recess property order.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"exclude": [ | |
".git/**", | |
"node_modules/**", | |
"bower_components/**" | |
], | |
"always-semicolon": true, | |
"block-indent": " ", | |
"color-case": "lower", | |
"color-shorthand": true, | |
"element-case": "lower", | |
"eof-newline": true, | |
"leading-zero": false, | |
"quotes": "single", | |
"remove-empty-rulesets": true, | |
"space-before-colon": "", | |
"space-after-colon": " ", | |
"space-before-combinator": " ", | |
"space-after-combinator": " ", | |
"space-before-opening-brace": " ", | |
"space-after-opening-brace": "\n", | |
"space-before-selector-delimiter": "", | |
"space-after-selector-delimiter": "\n", | |
"space-before-closing-brace": "\n", | |
"space-between-declarations": "\n", | |
"strip-spaces": true, | |
"unitless-zero": true, | |
"rule-delimiter": "\n\n", | |
"vendor-prefix-align": true, | |
"sort-order": [ | |
[ | |
"$include" | |
], | |
[ | |
"position", | |
"top", | |
"right", | |
"bottom", | |
"left", | |
"z-index" | |
], | |
[ | |
"display", | |
"align-content", | |
"align-items", | |
"align-self", | |
"flex", | |
"flex-basis", | |
"flex-direction", | |
"flex-flow", | |
"flex-grow", | |
"flex-shrink", | |
"flex-wrap", | |
"justify-content", | |
"order", | |
"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", | |
"overflow", | |
"overflow-x", | |
"overflow-y", | |
"clip", | |
"clear" | |
], | |
[ | |
"font", | |
"font-family", | |
"font-size", | |
"font-style", | |
"font-weight", | |
"hyphens", | |
"src", | |
"line-height", | |
"letter-spacing", | |
"word-spacing", | |
"color", | |
"text-align", | |
"text-decoration", | |
"text-indent", | |
"text-overflow", | |
"text-shadow", | |
"text-transform", | |
"word-break", | |
"word-wrap", | |
"white-space", | |
"vertical-align" | |
], | |
[ | |
"list-style", | |
"list-style-type", | |
"list-style-position", | |
"list-style-image", | |
"pointer-events", | |
"cursor", | |
"background", | |
"background-attachment", | |
"background-color", | |
"background-image", | |
"background-position", | |
"background-repeat", | |
"background-size", | |
"border", | |
"border-collapse", | |
"border-top", | |
"border-right", | |
"border-bottom", | |
"border-left", | |
"border-color", | |
"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", | |
"content", | |
"quotes", | |
"outline", | |
"outline-offset" | |
], | |
[ | |
"opacity", | |
"filter", | |
"visibility", | |
"zoom", | |
"transform", | |
"box-shadow", | |
"box-sizing", | |
"table-layout", | |
"animation", | |
"animation-delay", | |
"animation-direction", | |
"animation-duration", | |
"animation-fill-mode", | |
"animation-iteration-count", | |
"animation-name", | |
"animation-play-state", | |
"animation-timing-function", | |
"transition", | |
"transition-delay", | |
"transition-duration", | |
"transition-property", | |
"transition-timing-function", | |
"background-clip", | |
"resize", | |
"direction", | |
"unicode-bidi", | |
"outline-width", | |
"outline-style", | |
"outline-color", | |
"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", | |
"background-position-x", | |
"background-position-y", | |
"background-origin", | |
"box-decoration-break", | |
"caption-side", | |
"empty-cells", | |
"counter-increment", | |
"counter-reset", | |
"text-align-last", | |
"text-emphasis", | |
"text-emphasis-position", | |
"text-emphasis-style", | |
"text-emphasis-color", | |
"text-justify", | |
"text-outline", | |
"text-wrap", | |
"text-overflow-ellipsis", | |
"text-overflow-mode", | |
"tab-size", | |
"font-variant", | |
"font-size-adjust", | |
"font-stretch", | |
"nav-index", | |
"nav-up", | |
"nav-right", | |
"nav-down", | |
"nav-left", | |
"transform-origin", | |
"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", | |
"page-break-before", | |
"page-break-inside", | |
"page-break-after", | |
"orphans", | |
"widows", | |
"max-zoom", | |
"min-zoom", | |
"user-zoom", | |
"orientation" | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment