mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16746] Migrate postcss sorting config to 3.x+ config
PHPBB3-16746
This commit is contained in:
parent
3a95c168e6
commit
abe1d85fbf
1 changed files with 179 additions and 224 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue