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

View file

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