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