Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rusty-key/134d23e027a1b6f9e129e8543a12f218 to your computer and use it in GitHub Desktop.
Save rusty-key/134d23e027a1b6f9e129e8543a12f218 to your computer and use it in GitHub Desktop.
{
"order": [
"custom-properties",
"dollar-variables",
{
"type": "at-rule",
"name": "mixin"
},
"declarations",
{
"type": "at-rule",
"name": "mixin",
"parameter": "respond-to"
},
"at-rules",
"rules"
],
"properties-order": [
"position",
"top",
"right",
"bottom",
"left",
"z-index",
"float",
"clear",
"display",
"visibility",
"overflow",
"overflow-x",
"overflow-y",
"clip",
"zoom",
"resize",
"cursor",
"flex",
"flex-flow",
"flex-grow",
"flex-shrink",
"flex-basis",
"flex-direction",
"flex-order",
"flex-pack",
"flex-align",
"flex-wrap",
"justify-content",
"align-items",
"align-self",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"box-sizing",
"width",
"min-width",
"max-width",
"height",
"min-height",
"max-height",
"table-layout",
"empty-cells",
"caption-side",
"border-spacing",
"border-collapse",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image",
"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",
"font",
"font-family",
"font-size",
"font-weight",
"font-style",
"font-variant",
"font-size-adjust",
"font-stretch",
"font-effect",
"font-emphasize",
"font-emphasize-position",
"font-emphasize-style",
"font-smooth",
"-webkit-font-feature-settings",
"font-feature-settings",
"-webkit-font-smoothing",
"font-smoothing",
"line-height",
"text-align",
"text-align-last",
"vertical-align",
"white-space",
"text-decoration",
"text-emphasis",
"text-emphasis-color",
"text-emphasis-style",
"text-emphasis-position",
"text-indent",
"text-justify",
"letter-spacing",
"word-spacing",
"text-outline",
"text-transform",
"text-wrap",
"text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"word-wrap",
"word-break",
"tab-size",
"hyphens",
"opacity",
"color",
"background",
"background-color",
"background-image",
"background-repeat",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"background-clip",
"background-origin",
"background-size",
"box-decoration-break",
"box-shadow",
"text-shadow",
"content",
"quotes",
"counter-reset",
"counter-increment",
"user-select",
"pointer-events",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"transition",
"transition-delay",
"transition-timing-function",
"transition-duration",
"transition-property",
"transform",
"transform-origin",
"transform-style",
"perspective",
"perspective-origin",
"perspective-origin-x",
"perspective-origin-y",
"backface-visibility",
"animation",
"animation-name",
"animation-duration",
"animation-play-state",
"animation-timing-function",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"animation-fill-mode",
"image-rendering",
"-webkit-tap-highlight-color",
"-webkit-overflow-scrolling",
"direction",
"order",
"touch-action",
"object-fit",
"appearance",
"src",
"will-change",
"filter",
"column",
"column-count",
"column-gap",
"column-rule-style",
"column-rule-width",
"column-rule-color",
"column-rule",
"column-span",
"column-width",
"break-inside",
"text-fill-color"
],
"sort-on-save": true,
"empty-lines-between-children-rules": 1,
"empty-lines-between-media-rules": 0,
"preserve-empty-lines-between-children-rules": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment