Skip to content

Instantly share code, notes, and snippets.

@rlucha
Created November 2, 2018 10:21
Show Gist options
  • Save rlucha/0cecadfaf49f1429934c69c5f8b427f6 to your computer and use it in GitHub Desktop.
Save rlucha/0cecadfaf49f1429934c69c5f8b427f6 to your computer and use it in GitHub Desktop.
"postcssSorting.config": {
"order": [
"custom-properties",
"dollar-variables",
"declarations",
"at-rules",
"rules"
],
"properties-order": [
"display",
// Flex
"flex",
"flex-direction",
"flex-grow",
"flex-shrink",
"align-items",
"position",
"top",
"right",
"bottom",
"left"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment