[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,9 +14,6 @@
}
],
"properties-order": [
{
"emptyLineBefore": false,
"properties": [
"font",
"font-family",
"font-size",
@ -56,12 +53,7 @@
"word-wrap",
"word-break",
"tab-size",
"hyphens"
]
},
{
"emptyLineBefore": false,
"properties": [
"hyphens",
"background",
"background-color",
"background-image",
@ -111,38 +103,18 @@
"outline-style",
"outline-color",
"outline-offset",
"tap-highlight-color"
]
},
{
"emptyLineBefore": false,
"properties": [
"tap-highlight-color",
"box-decoration-break",
"box-shadow",
"text-shadow"
]
},
{
"emptyLineBefore": false,
"properties": [
"text-shadow",
"color",
"opacity"
]
},
{
"emptyLineBefore": false,
"properties": [
"opacity",
"position",
"z-index",
"top",
"right",
"bottom",
"left"
]
},
{
"emptyLineBefore": false,
"properties": [
"left",
"display",
"visibility",
"float",
@ -164,12 +136,7 @@
"flex-wrap",
"justify-content",
"align-items",
"align-self"
]
},
{
"emptyLineBefore": false,
"properties": [
"align-self",
"box-sizing",
"width",
"min-width",
@ -186,12 +153,7 @@
"padding-top",
"padding-right",
"padding-bottom",
"padding-left"
]
},
{
"emptyLineBefore": false,
"properties": [
"padding-left",
"table-layout",
"empty-cells",
"caption-side",
@ -200,12 +162,7 @@
"list-style",
"list-style-position",
"list-style-type",
"list-style-image"
]
},
{
"emptyLineBefore": false,
"properties": [
"list-style-image",
"content",
"quotes",
"counter-reset",
@ -236,8 +193,6 @@
"animation-iteration-count",
"animation-direction",
"pointer-events"
]
}
],
"unspecified-properties-position": "bottomAlphabetical"
}