Created
August 3, 2017 19:26
-
-
Save justinwhall/61e44cf78edd32ee6f78b2260b580f0a to your computer and use it in GitHub Desktop.
BEM .csscomb.json
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
| { | |
| "always-semicolon": true, | |
| "block-indent": 2, | |
| "color-case": "lower", | |
| "color-shorthand": true, | |
| "element-case": "lower", | |
| "eof-newline": true, | |
| "exclude": ["node_modules/**"], | |
| "leading-zero": true, | |
| "lines-between-rulesets": 1, | |
| "quotes": "double", | |
| "remove-empty-rulesets": true, | |
| "space-after-colon": 1, | |
| "space-after-combinator": 1, | |
| "space-between-declarations": "\n", | |
| "space-after-opening-brace": "\n", | |
| "space-after-selector-delimiter": "\n", | |
| "space-before-closing-brace": "\n", | |
| "space-before-colon": 0, | |
| "space-before-combinator": 1, | |
| "space-before-opening-brace": 1, | |
| "space-before-selector-delimiter": 0, | |
| "strip-spaces": true, | |
| "tab-size": 2, | |
| "unitless-zero": true, | |
| "vendor-prefix-align": false, | |
| "sort-order": [ | |
| [ | |
| "$variable", | |
| "$extend", | |
| "$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", | |
| "margin-collapse", | |
| "margin-top-collapse", | |
| "margin-right-collapse", | |
| "margin-bottom-collapse", | |
| "margin-left-collapse", | |
| "overflow", | |
| "overflow-x", | |
| "overflow-y", | |
| "clip", | |
| "clear", | |
| "font", | |
| "font-family", | |
| "font-feature-settings", | |
| "font-size", | |
| "-moz-osx-font-smoothing", | |
| "-webkit-font-smoothing", | |
| "font-style", | |
| "font-weight", | |
| "hyphens", | |
| "src", | |
| "line-height", | |
| "letter-spacing", | |
| "word-spacing", | |
| "color", | |
| "text-align", | |
| "text-decoration", | |
| "-webkit-text-decoration-skip", | |
| "text-indent", | |
| "text-overflow", | |
| "text-rendering", | |
| "text-size-adjust", | |
| "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-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", | |
| "content", | |
| "quotes", | |
| "outline", | |
| "outline-offset", | |
| "opacity", | |
| "filter", | |
| "visibility", | |
| "size", | |
| "zoom", | |
| "transform", | |
| "box-align", | |
| "box-flex", | |
| "box-orient", | |
| "box-pack", | |
| "box-shadow", | |
| "box-sizing", | |
| "table-layout", | |
| "animation", | |
| "animation-delay", | |
| "animation-duration", | |
| "animation-iteration-count", | |
| "animation-name", | |
| "animation-play-state", | |
| "animation-timing-function", | |
| "animation-fill-mode", | |
| "transition", | |
| "transition-delay", | |
| "transition-duration", | |
| "transition-property", | |
| "transition-timing-function", | |
| "background-clip", | |
| "backface-visibility", | |
| "mask-image", | |
| "fill", | |
| "resize", | |
| "appearance", | |
| "user-select", | |
| "interpolation-mode", | |
| "direction", | |
| "marks", | |
| "page", | |
| "set-link-source", | |
| "unicode-bidi", | |
| "speak", | |
| "$mixin" | |
| ] | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment