[ticket/16746] Migrate postcss sorting config to 3.x+ config

PHPBB3-16746
This commit is contained in:
Marc Alexander 2021-05-13 20:59:16 +02:00
parent 3a95c168e6
commit abe1d85fbf
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -14,230 +14,185 @@
} }
], ],
"properties-order": [ "properties-order": [
{ "font",
"emptyLineBefore": false, "font-family",
"properties": [ "font-size",
"font", "font-weight",
"font-family", "font-style",
"font-size", "font-variant",
"font-weight", "font-size-adjust",
"font-style", "font-stretch",
"font-variant", "font-effect",
"font-size-adjust", "font-emphasize",
"font-stretch", "font-emphasize-position",
"font-effect", "font-emphasize-style",
"font-emphasize", "font-smooth",
"font-emphasize-position", "font-smoothing",
"font-emphasize-style", "line-height",
"font-smooth", "text-align",
"font-smoothing", "text-align-last",
"line-height", "vertical-align",
"text-align", "white-space",
"text-align-last", "text-decoration",
"vertical-align", "text-emphasis",
"white-space", "text-emphasis-color",
"text-decoration", "text-emphasis-style",
"text-emphasis", "text-emphasis-position",
"text-emphasis-color", "text-indent",
"text-emphasis-style", "text-justify",
"text-emphasis-position", "letter-spacing",
"text-indent", "word-spacing",
"text-justify", "writing-mode",
"letter-spacing", "text-outline",
"word-spacing", "text-transform",
"writing-mode", "text-size-adjust",
"text-outline", "text-wrap",
"text-transform", "text-overflow",
"text-size-adjust", "text-overflow-ellipsis",
"text-wrap", "text-overflow-mode",
"text-overflow", "word-wrap",
"text-overflow-ellipsis", "word-break",
"text-overflow-mode", "tab-size",
"word-wrap", "hyphens",
"word-break", "background",
"tab-size", "background-color",
"hyphens" "background-image",
] "background-repeat",
}, "background-attachment",
{ "background-position",
"emptyLineBefore": false, "background-position-x",
"properties": [ "background-position-y",
"background", "background-clip",
"background-color", "background-origin",
"background-image", "background-size",
"background-repeat", "interpolation-mode",
"background-attachment", "filter",
"background-position", "border",
"background-position-x", "border-width",
"background-position-y", "border-style",
"background-clip", "border-color",
"background-origin", "border-top",
"background-size", "border-top-width",
"interpolation-mode", "border-top-style",
"filter", "border-top-color",
"border", "border-right",
"border-width", "border-right-width",
"border-style", "border-right-style",
"border-color", "border-right-color",
"border-top", "border-bottom",
"border-top-width", "border-bottom-width",
"border-top-style", "border-bottom-style",
"border-top-color", "border-bottom-color",
"border-right", "border-left",
"border-right-width", "border-left-width",
"border-right-style", "border-left-style",
"border-right-color", "border-left-color",
"border-bottom", "border-radius",
"border-bottom-width", "border-top-left-radius",
"border-bottom-style", "border-top-right-radius",
"border-bottom-color", "border-bottom-right-radius",
"border-left", "border-bottom-left-radius",
"border-left-width", "border-image",
"border-left-style", "border-image-source",
"border-left-color", "border-image-slice",
"border-radius", "border-image-width",
"border-top-left-radius", "border-image-outset",
"border-top-right-radius", "border-image-repeat",
"border-bottom-right-radius", "outline",
"border-bottom-left-radius", "outline-width",
"border-image", "outline-style",
"border-image-source", "outline-color",
"border-image-slice", "outline-offset",
"border-image-width", "tap-highlight-color",
"border-image-outset", "box-decoration-break",
"border-image-repeat", "box-shadow",
"outline", "text-shadow",
"outline-width", "color",
"outline-style", "opacity",
"outline-color", "position",
"outline-offset", "z-index",
"tap-highlight-color" "top",
] "right",
}, "bottom",
{ "left",
"emptyLineBefore": false, "display",
"properties": [ "visibility",
"box-decoration-break", "float",
"box-shadow", "clear",
"text-shadow" "overflow",
] "overflow-x",
}, "overflow-y",
{ "overflow-scrolling",
"emptyLineBefore": false, "clip",
"properties": [ "zoom",
"color", "flex",
"opacity" "flex-direction",
] "flex-order",
}, "flex-pack",
{ "flex-align",
"emptyLineBefore": false, "flex-basis",
"properties": [ "flex-grow",
"position", "flex-shrink",
"z-index", "flex-wrap",
"top", "justify-content",
"right", "align-items",
"bottom", "align-self",
"left" "box-sizing",
] "width",
}, "min-width",
{ "max-width",
"emptyLineBefore": false, "height",
"properties": [ "min-height",
"display", "max-height",
"visibility", "margin",
"float", "margin-top",
"clear", "margin-right",
"overflow", "margin-bottom",
"overflow-x", "margin-left",
"overflow-y", "padding",
"overflow-scrolling", "padding-top",
"clip", "padding-right",
"zoom", "padding-bottom",
"flex", "padding-left",
"flex-direction", "table-layout",
"flex-order", "empty-cells",
"flex-pack", "caption-side",
"flex-align", "border-spacing",
"flex-basis", "border-collapse",
"flex-grow", "list-style",
"flex-shrink", "list-style-position",
"flex-wrap", "list-style-type",
"justify-content", "list-style-image",
"align-items", "content",
"align-self" "quotes",
] "counter-reset",
}, "counter-increment",
{ "resize",
"emptyLineBefore": false, "cursor",
"properties": [ "touch-callout",
"box-sizing", "touch-action",
"width", "user-select",
"min-width", "nav-index",
"max-width", "nav-up",
"height", "nav-right",
"min-height", "nav-down",
"max-height", "nav-left",
"margin", "transition",
"margin-top", "transition-delay",
"margin-right", "transition-timing-function",
"margin-bottom", "transition-duration",
"margin-left", "transition-property",
"padding", "transform",
"padding-top", "transform-origin",
"padding-right", "animation",
"padding-bottom", "animation-name",
"padding-left" "animation-duration",
] "animation-play-state",
}, "animation-timing-function",
{ "animation-delay",
"emptyLineBefore": false, "animation-iteration-count",
"properties": [ "animation-direction",
"table-layout", "pointer-events"
"empty-cells",
"caption-side",
"border-spacing",
"border-collapse",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image"
]
},
{
"emptyLineBefore": false,
"properties": [
"content",
"quotes",
"counter-reset",
"counter-increment",
"resize",
"cursor",
"touch-callout",
"touch-action",
"user-select",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"transition",
"transition-delay",
"transition-timing-function",
"transition-duration",
"transition-property",
"transform",
"transform-origin",
"animation",
"animation-name",
"animation-duration",
"animation-play-state",
"animation-timing-function",
"animation-delay",
"animation-iteration-count",
"animation-direction",
"pointer-events"
]
}
], ],
"unspecified-properties-position": "bottomAlphabetical" "unspecified-properties-position": "bottomAlphabetical"
} }