[ticket/15115] Small tweak to orders

PHPBB3-15115
This commit is contained in:
hanakin 2017-03-19 13:11:38 -04:00
parent 3b67065d89
commit 09dbd30541
2 changed files with 187 additions and 176 deletions

View file

@ -13,8 +13,6 @@
{
"emptyLineBefore": false,
"properties": [
"-moz-osx-font-smoothing",
"-webkit-font-smoothing",
"font",
"font-family",
"font-size",
@ -28,6 +26,7 @@
"font-emphasize-position",
"font-emphasize-style",
"font-smooth",
"font-smoothing",
"line-height",
"text-align",
"text-align-last",
@ -45,6 +44,7 @@
"writing-mode",
"text-outline",
"text-transform",
"text-size-adjust",
"text-wrap",
"text-overflow",
"text-overflow-ellipsis",
@ -111,7 +111,8 @@
"outline-width",
"outline-style",
"outline-color",
"outline-offset"
"outline-offset",
"tap-highlight-color"
]
},
{
@ -150,6 +151,7 @@
"overflow",
"overflow-x",
"overflow-y",
"overflow-scrolling",
"clip",
"zoom",
"flex",
@ -211,6 +213,7 @@
"counter-increment",
"resize",
"cursor",
"touch-callout",
"user-select",
"nav-index",
"nav-up",

View file

@ -192,6 +192,7 @@
"rules"
],
"order/declaration-block-properties-specified-order": [
[
"font",
"font-family",
"font-size",
@ -205,6 +206,7 @@
"font-emphasize-position",
"font-emphasize-style",
"font-smooth",
"font-smoothing",
"line-height",
"text-align",
"text-align-last",
@ -222,6 +224,7 @@
"writing-mode",
"text-outline",
"text-transform",
"text-size-adjust",
"text-wrap",
"text-overflow",
"text-overflow-ellipsis",
@ -281,6 +284,7 @@
"outline-style",
"outline-color",
"outline-offset",
"tap-highlight-color",
"box-decoration-break",
"box-shadow",
@ -303,6 +307,7 @@
"overflow",
"overflow-x",
"overflow-y",
"overflow-scrolling",
"clip",
"zoom",
"flex",
@ -352,6 +357,7 @@
"counter-increment",
"resize",
"cursor",
"touch-callout",
"user-select",
"nav-index",
"nav-up",
@ -374,6 +380,8 @@
"animation-iteration-count",
"animation-direction",
"pointer-events"
],
{ unspecified: "bottomAlphabetical" }
]
}
}