Created
November 19, 2016 16:31
-
-
Save arlodesign/9efc1bc99c9936cc0c5f220e1e5328d0 to your computer and use it in GitHub Desktop.
Sprout Social CSSComb Config
This file contains hidden or 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
| { | |
| "block-indent": "\t", | |
| "space-before-selector-delimiter": "", | |
| "space-after-selector-delimiter": "\n", | |
| "space-before-opening-brace": " ", | |
| "space-before-closing-brace": "\n", | |
| "space-before-colon": "", | |
| "space-after-colon": " ", | |
| "space-after-opening-brace": "\n", | |
| "space-between-declarations": "\n", | |
| "always-semicolon": true, | |
| "space-after-combinator": " ", | |
| "space-before-combinator": " ", | |
| "color-case": "lower", | |
| "color-shorthand": true, | |
| "quotes": "double", | |
| "unitless-zero": true, | |
| "element-case": "lower", | |
| "eof-newline": true, | |
| "leading-zero": false, | |
| "remove-empty-rulesets": false, | |
| "strip-spaces": true, | |
| "vendor-prefix-align": true, | |
| "sort-order": [ | |
| [ | |
| "$variable" | |
| ], | |
| [ | |
| "$import", | |
| "$include", | |
| "position", | |
| "top", | |
| "right", | |
| "bottom", | |
| "left", | |
| "z-index", | |
| "display", | |
| "float", | |
| "width", | |
| "height", | |
| "max-width", | |
| "max-height", | |
| "min-width", | |
| "min-height", | |
| "box-sizing", | |
| "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", | |
| "clip-rule", | |
| "clear", | |
| "flex", | |
| "flex-basis", | |
| "flex-grow", | |
| "flex-shrink", | |
| "flex-direction", | |
| "flex-wrap", | |
| "flex-flow", | |
| "order", | |
| "justify-content", | |
| "align-items", | |
| "align-content", | |
| "align-self", | |
| "table-layout", | |
| "empty-cells", | |
| "caption-side", | |
| "border-spacing", | |
| "border-collapse", | |
| "list-style", | |
| "list-style-type", | |
| "list-style-position", | |
| "list-style-image", | |
| "font", | |
| "font-family", | |
| "font-size", | |
| "font-style", | |
| "font-weight", | |
| "font-variant", | |
| "font-size-adjust", | |
| "font-stretch", | |
| "font-effect", | |
| "font-emphasize", | |
| "font-emphasize-position", | |
| "font-emphasize-style", | |
| "-webkit-font-smoothing", | |
| "-moz-osx-font-smoothing", | |
| "hyphens", | |
| "line-height", | |
| "letter-spacing", | |
| "word-spacing", | |
| "color", | |
| "color-interpolation", | |
| "color-interpolation-filters", | |
| "color-profile", | |
| "color-rendering", | |
| "text-anchor", | |
| "text-align", | |
| "text-decoration", | |
| "text-indent", | |
| "text-overflow", | |
| "text-rendering", | |
| "text-size-adjust", | |
| "text-shadow", | |
| "text-transform", | |
| "word-break", | |
| "word-wrap", | |
| "white-space", | |
| "vertical-align", | |
| "appearance", | |
| "background", | |
| "background-color", | |
| "background-image", | |
| "background-repeat", | |
| "background-attachment", | |
| "background-position", | |
| "background-position-x", | |
| "background-position-y", | |
| "background-clip", | |
| "background-origin", | |
| "background-size", | |
| "opacity", | |
| "visibility", | |
| "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", | |
| "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", | |
| "outline", | |
| "outline-width", | |
| "outline-style", | |
| "outline-color", | |
| "outline-offset", | |
| "box-decoration-break", | |
| "box-shadow", | |
| "content", | |
| "quotes", | |
| "counter-reset", | |
| "counter-increment", | |
| "pointer-events", | |
| "cursor", | |
| "resize", | |
| "user-select", | |
| "transition", | |
| "transition-property", | |
| "transition-duration", | |
| "transition-timing-function", | |
| "transition-delay", | |
| "transform", | |
| "transform-origin", | |
| "transform-style", | |
| "backface-visibility", | |
| "perspective", | |
| "animation", | |
| "animation-name", | |
| "animation-duration", | |
| "animation-play-state", | |
| "animation-timing-function", | |
| "animation-delay", | |
| "animation-iteration-count", | |
| "animation-direction", | |
| "animation-fill-mode", | |
| "alignment-baseline", | |
| "baseline-shift", | |
| "direction", | |
| "dominant-baseline", | |
| "enable-background", | |
| "fill", | |
| "fill-opacity", | |
| "fill-rule", | |
| "filter", | |
| "flood-color", | |
| "flood-opacity", | |
| "glyph-orientation-horizontal", | |
| "glyph-orientation-vertical", | |
| "image-rendering", | |
| "kerning", | |
| "letter-spacing", | |
| "lighting-color", | |
| "marker-end", | |
| "marker-mid", | |
| "marker-start", | |
| "mask", | |
| "pointer-events", | |
| "shape-rendering", | |
| "stop-color", | |
| "stop-opacity", | |
| "stroke", | |
| "stroke-dasharray", | |
| "stroke-dashoffset", | |
| "stroke-linecap", | |
| "stroke-linejoin", | |
| "stroke-miterlimit", | |
| "stroke-opacity", | |
| "stroke-width", | |
| "unicode-bidi", | |
| "writing-mode" | |
| ] | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment