Advertisement
josebmendozam

PostCSS Sorting Settings

Sep 10th, 2020
1,751
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 7.43 KB | None | 0 0
  1.   "postcssSorting.config": {
  2.     "order": [
  3.       "custom-properties",
  4.       "dollar-variables",
  5.       "declarations",
  6.       "at-rules",
  7.       "rules"
  8.     ],
  9.     "properties-order": [
  10.       "box-sizing",
  11.       "display",
  12.       "visibility",
  13.       "z-index",
  14.       "position",
  15.       "top",
  16.       "right",
  17.       "bottom",
  18.       "left",
  19.       "offset-inline-start",
  20.       "offset-inline-end",
  21.       "offset-block-start",
  22.       "offset-block-end",
  23.       "grid",
  24.       "grid-area",
  25.       "grid-auto-columns",
  26.       "grid-auto-flow",
  27.       "grid-auto-rows",
  28.       "grid-column",
  29.       "grid-column-end",
  30.       "grid-column-start",
  31.       "grid-row",
  32.       "grid-row-end",
  33.       "grid-row-start",
  34.       "grid-template",
  35.       "grid-template-areas",
  36.       "grid-template-columns",
  37.       "grid-template-rows",
  38.       "flex",
  39.       "flex-basis",
  40.       "flex-direction",
  41.       "flex-flow",
  42.       "flex-grow",
  43.       "flex-shrink",
  44.       "flex-wrap",
  45.       "box-decoration-break",
  46.       "place-content",
  47.       "place-items",
  48.       "place-self",
  49.       "align-content",
  50.       "align-items",
  51.       "align-self",
  52.       "justify-content",
  53.       "justify-items",
  54.       "justify-self",
  55.       "order",
  56.       "width",
  57.       "min-width",
  58.       "max-width",
  59.       "height",
  60.       "min-height",
  61.       "max-height",
  62.       "inline-size",
  63.       "min-inline-size",
  64.       "max-inline-size",
  65.       "block-size",
  66.       "min-block-size",
  67.       "max-block-size",
  68.       "margin",
  69.       "margin-top",
  70.       "margin-right",
  71.       "margin-bottom",
  72.       "margin-left",
  73.       "margin-inline-start",
  74.       "margin-inline-end",
  75.       "margin-block-start",
  76.       "margin-block-end",
  77.       "padding",
  78.       "padding-top",
  79.       "padding-right",
  80.       "padding-bottom",
  81.       "padding-left",
  82.       "padding-inline-start",
  83.       "padding-inline-end",
  84.       "padding-block-start",
  85.       "padding-block-end",
  86.       "float",
  87.       "clear",
  88.       "overflow",
  89.       "overflow-x",
  90.       "overflow-y",
  91.       "orphans",
  92.       "columns",
  93.       "column-gap",
  94.       "column-fill",
  95.       "column-rule",
  96.       "column-rule-color",
  97.       "column-rule-style",
  98.       "column-rule-width",
  99.       "column-span",
  100.       "column-count",
  101.       "column-width",
  102.       "row-gap",
  103.       "object-fit",
  104.       "object-position",
  105.       "transform",
  106.       "transform-box",
  107.       "transform-origin",
  108.       "transform-style",
  109.       "rotate",
  110.       "scale",
  111.       "border",
  112.       "border-top",
  113.       "border-right",
  114.       "border-bottom",
  115.       "border-left",
  116.       "border-width",
  117.       "border-top-width",
  118.       "border-right-width",
  119.       "border-bottom-width",
  120.       "border-left-width",
  121.       "border-style",
  122.       "border-top-style",
  123.       "border-right-style",
  124.       "border-bottom-style",
  125.       "border-left-style",
  126.       "border-radius",
  127.       "border-top-right-radius",
  128.       "border-top-left-radius",
  129.       "border-bottom-right-radius",
  130.       "border-bottom-left-radius",
  131.       "border-inline-start",
  132.       "border-inline-start-color",
  133.       "border-inline-start-style",
  134.       "border-inline-start-width",
  135.       "border-inline-end",
  136.       "border-inline-end-color",
  137.       "border-inline-end-style",
  138.       "border-inline-end-width",
  139.       "border-block-start",
  140.       "border-block-start-color",
  141.       "border-block-start-style",
  142.       "border-block-start-width",
  143.       "border-block-end",
  144.       "border-block-end-color",
  145.       "border-block-end-style",
  146.       "border-block-end-width",
  147.       "border-color",
  148.       "border-image",
  149.       "border-image-outset",
  150.       "border-image-repeat",
  151.       "border-image-slice",
  152.       "border-image-source",
  153.       "border-image-width",
  154.       "border-top-color",
  155.       "border-right-color",
  156.       "border-bottom-color",
  157.       "border-left-color",
  158.       "border-collapse",
  159.       "border-spacing",
  160.       "outline",
  161.       "outline-color",
  162.       "outline-offset",
  163.       "outline-style",
  164.       "outline-width",
  165.       "backdrop-filter",
  166.       "backface-visibility",
  167.       "background",
  168.       "background-attachment",
  169.       "background-blend-mode",
  170.       "background-clip",
  171.       "background-color",
  172.       "background-image",
  173.       "background-origin",
  174.       "background-position",
  175.       "background-position-x",
  176.       "background-position-y",
  177.       "background-repeat",
  178.       "background-size",
  179.       "box-shadow",
  180.       "isolation",
  181.       "ruby-align",
  182.       "ruby-position",
  183.       "color",
  184.       "caret-color",
  185.       "font",
  186.       "font-family",
  187.       "src",
  188.       "font-feature-settings",
  189.       "font-kerning",
  190.       "font-language-override",
  191.       "font-size",
  192.       "font-optical-sizing",
  193.       "font-size-adjust",
  194.       "font-stretch",
  195.       "font-style",
  196.       "font-synthesis",
  197.       "font-variant",
  198.       "font-variant-alternates",
  199.       "font-variant-caps",
  200.       "font-variant-east-asian",
  201.       "font-variant-ligatures",
  202.       "font-variant-numeric",
  203.       "font-variant-position",
  204.       "font-weight",
  205.       "font-display",
  206.       "hyphens",
  207.       "initial-letter",
  208.       "initial-letter-align",
  209.       "letter-spacing",
  210.       "line-break",
  211.       "line-height",
  212.       "list-style",
  213.       "list-style-image",
  214.       "list-style-position",
  215.       "list-style-type",
  216.       "direction",
  217.       "text-align",
  218.       "text-align-last",
  219.       "text-decoration",
  220.       "text-decoration-color",
  221.       "text-decoration-line",
  222.       "text-decoration-skip",
  223.       "text-decoration-style",
  224.       "text-decoration-skip-ink",
  225.       "text-emphasis",
  226.       "text-emphasis-position",
  227.       "text-emphasis-color",
  228.       "text-emphasis-style",
  229.       "text-indent",
  230.       "text-justify",
  231.       "text-underline-position",
  232.       "text-orientation",
  233.       "text-overflow",
  234.       "text-rendering",
  235.       "text-shadow",
  236.       "text-size-adjust",
  237.       "text-transform",
  238.       "vertical-align",
  239.       "white-space",
  240.       "word-break",
  241.       "word-spacing",
  242.       "overflow-wrap",
  243.       "all",
  244.       "animation",
  245.       "animation-name",
  246.       "animation-duration",
  247.       "animation-fill-mode",
  248.       "animation-play-state",
  249.       "animation-timing-function",
  250.       "animation-delay",
  251.       "animation-iteration-count",
  252.       "animation-direction",
  253.       "mix-blend-mode",
  254.       "break-before",
  255.       "break-after",
  256.       "break-inside",
  257.       "page-break-before",
  258.       "page-break-after",
  259.       "page-break-inside",
  260.       "caption-side",
  261.       "clip-path",
  262.       "content",
  263.       "counter-increment",
  264.       "counter-reset",
  265.       "cursor",
  266.       "empty-cells",
  267.       "filter",
  268.       "image-orientation",
  269.       "image-rendering",
  270.       "mask",
  271.       "mask-clip",
  272.       "mask-image",
  273.       "mask-origin",
  274.       "mask-position",
  275.       "mask-repeat",
  276.       "mask-size",
  277.       "mask-type",
  278.       "opacity",
  279.       "perspective",
  280.       "perspective-origin",
  281.       "pointer-events",
  282.       "quotes",
  283.       "resize",
  284.       "scroll-behavior",
  285.       "scroll-snap-coordinate",
  286.       "scroll-snap-destination",
  287.       "scroll-snap-type",
  288.       "shape-image-threshold",
  289.       "shape-margin",
  290.       "shape-outside",
  291.       "tab-size",
  292.       "table-layout",
  293.       "text-combine-upright",
  294.       "touch-action",
  295.       "transition",
  296.       "transition-delay",
  297.       "transition-duration",
  298.       "transition-property",
  299.       "transition-timing-function",
  300.       "will-change",
  301.       "unicode-bidi",
  302.       "unicode-range",
  303.       "user-select",
  304.       "widows",
  305.       "writing-mode"
  306.     ]
  307.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement