[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,188 +192,196 @@
"rules" "rules"
], ],
"order/declaration-block-properties-specified-order": [ "order/declaration-block-properties-specified-order": [
"font", [
"font-family", "font",
"font-size", "font-family",
"font-weight", "font-size",
"font-style", "font-weight",
"font-variant", "font-style",
"font-size-adjust", "font-variant",
"font-stretch", "font-size-adjust",
"font-effect", "font-stretch",
"font-emphasize", "font-effect",
"font-emphasize-position", "font-emphasize",
"font-emphasize-style", "font-emphasize-position",
"font-smooth", "font-emphasize-style",
"line-height", "font-smooth",
"text-align", "font-smoothing",
"text-align-last", "line-height",
"vertical-align", "text-align",
"white-space", "text-align-last",
"text-decoration", "vertical-align",
"text-emphasis", "white-space",
"text-emphasis-color", "text-decoration",
"text-emphasis-style", "text-emphasis",
"text-emphasis-position", "text-emphasis-color",
"text-indent", "text-emphasis-style",
"text-justify", "text-emphasis-position",
"letter-spacing", "text-indent",
"word-spacing", "text-justify",
"writing-mode", "letter-spacing",
"text-outline", "word-spacing",
"text-transform", "writing-mode",
"text-wrap", "text-outline",
"text-overflow", "text-transform",
"text-overflow-ellipsis", "text-size-adjust",
"text-overflow-mode", "text-wrap",
"word-wrap", "text-overflow",
"word-break", "text-overflow-ellipsis",
"tab-size", "text-overflow-mode",
"hyphens", "word-wrap",
"word-break",
"tab-size",
"hyphens",
"background", "background",
"background-color", "background-color",
"background-image", "background-image",
"background-repeat", "background-repeat",
"background-attachment", "background-attachment",
"background-position", "background-position",
"background-position-x", "background-position-x",
"background-position-y", "background-position-y",
"background-clip", "background-clip",
"background-origin", "background-origin",
"background-size", "background-size",
"interpolation-mode", "interpolation-mode",
"filter", "filter",
"border", "border",
"border-width", "border-width",
"border-style", "border-style",
"border-color", "border-color",
"border-top", "border-top",
"border-top-width", "border-top-width",
"border-top-style", "border-top-style",
"border-top-color", "border-top-color",
"border-right", "border-right",
"border-right-width", "border-right-width",
"border-right-style", "border-right-style",
"border-right-color", "border-right-color",
"border-bottom", "border-bottom",
"border-bottom-width", "border-bottom-width",
"border-bottom-style", "border-bottom-style",
"border-bottom-color", "border-bottom-color",
"border-left", "border-left",
"border-left-width", "border-left-width",
"border-left-style", "border-left-style",
"border-left-color", "border-left-color",
"border-radius", "border-radius",
"border-top-left-radius", "border-top-left-radius",
"border-top-right-radius", "border-top-right-radius",
"border-bottom-right-radius", "border-bottom-right-radius",
"border-bottom-left-radius", "border-bottom-left-radius",
"border-image", "border-image",
"border-image-source", "border-image-source",
"border-image-slice", "border-image-slice",
"border-image-width", "border-image-width",
"border-image-outset", "border-image-outset",
"border-image-repeat", "border-image-repeat",
"outline", "outline",
"outline-width", "outline-width",
"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",
"text-shadow", "text-shadow",
"color", "color",
"opacity", "opacity",
"position", "position",
"z-index", "z-index",
"top", "top",
"right", "right",
"bottom", "bottom",
"left", "left",
"display", "display",
"visibility", "visibility",
"float", "float",
"clear", "clear",
"overflow", "overflow",
"overflow-x", "overflow-x",
"overflow-y", "overflow-y",
"clip", "overflow-scrolling",
"zoom", "clip",
"flex", "zoom",
"flex-direction", "flex",
"flex-order", "flex-direction",
"flex-pack", "flex-order",
"flex-align", "flex-pack",
"flex-basis", "flex-align",
"flex-grow", "flex-basis",
"flex-shrink", "flex-grow",
"flex-wrap", "flex-shrink",
"justify-content", "flex-wrap",
"align-items", "justify-content",
"align-self", "align-items",
"align-self",
"box-sizing", "box-sizing",
"width", "width",
"min-width", "min-width",
"max-width", "max-width",
"height", "height",
"min-height", "min-height",
"max-height", "max-height",
"margin", "margin",
"margin-top", "margin-top",
"margin-right", "margin-right",
"margin-bottom", "margin-bottom",
"margin-left", "margin-left",
"padding", "padding",
"padding-top", "padding-top",
"padding-right", "padding-right",
"padding-bottom", "padding-bottom",
"padding-left", "padding-left",
"table-layout", "table-layout",
"empty-cells", "empty-cells",
"caption-side", "caption-side",
"border-spacing", "border-spacing",
"border-collapse", "border-collapse",
"list-style", "list-style",
"list-style-position", "list-style-position",
"list-style-type", "list-style-type",
"list-style-image", "list-style-image",
"content", "content",
"quotes", "quotes",
"counter-reset", "counter-reset",
"counter-increment", "counter-increment",
"resize", "resize",
"cursor", "cursor",
"user-select", "touch-callout",
"nav-index", "user-select",
"nav-up", "nav-index",
"nav-right", "nav-up",
"nav-down", "nav-right",
"nav-left", "nav-down",
"transition", "nav-left",
"transition-delay", "transition",
"transition-timing-function", "transition-delay",
"transition-duration", "transition-timing-function",
"transition-property", "transition-duration",
"transform", "transition-property",
"transform-origin", "transform",
"animation", "transform-origin",
"animation-name", "animation",
"animation-duration", "animation-name",
"animation-play-state", "animation-duration",
"animation-timing-function", "animation-play-state",
"animation-delay", "animation-timing-function",
"animation-iteration-count", "animation-delay",
"animation-direction", "animation-iteration-count",
"pointer-events" "animation-direction",
"pointer-events"
],
{ unspecified: "bottomAlphabetical" }
] ]
} }
} }