aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhanakin <midaym@gmail.com>2017-03-19 13:11:38 -0400
committerhanakin <midaym@gmail.com>2017-03-24 20:01:09 -0400
commit09dbd305419b60087ddcd2e80e6937c133fe9801 (patch)
tree1c046ec54ebe0d72a35c29bc3701a7fd61afe22d /.stylelintrc
parent[ticket/15115] Update tests to run on proprer dir (diff)
downloadphpbb-09dbd305419b60087ddcd2e80e6937c133fe9801.tar.gz
phpbb-09dbd305419b60087ddcd2e80e6937c133fe9801.tar.bz2
phpbb-09dbd305419b60087ddcd2e80e6937c133fe9801.zip
[ticket/15115] Small tweak to orders
PHPBB3-15115
Diffstat (limited to '.stylelintrc')
-rw-r--r--.stylelintrc372
1 files changed, 190 insertions, 182 deletions
diff --git a/.stylelintrc b/.stylelintrc
index cc261b4622..8aeda79f71 100644
--- a/.stylelintrc
+++ b/.stylelintrc
@@ -192,188 +192,196 @@
"rules"
],
"order/declaration-block-properties-specified-order": [
- "font",
- "font-family",
- "font-size",
- "font-weight",
- "font-style",
- "font-variant",
- "font-size-adjust",
- "font-stretch",
- "font-effect",
- "font-emphasize",
- "font-emphasize-position",
- "font-emphasize-style",
- "font-smooth",
- "line-height",
- "text-align",
- "text-align-last",
- "vertical-align",
- "white-space",
- "text-decoration",
- "text-emphasis",
- "text-emphasis-color",
- "text-emphasis-style",
- "text-emphasis-position",
- "text-indent",
- "text-justify",
- "letter-spacing",
- "word-spacing",
- "writing-mode",
- "text-outline",
- "text-transform",
- "text-wrap",
- "text-overflow",
- "text-overflow-ellipsis",
- "text-overflow-mode",
- "word-wrap",
- "word-break",
- "tab-size",
- "hyphens",
-
- "background",
- "background-color",
- "background-image",
- "background-repeat",
- "background-attachment",
- "background-position",
- "background-position-x",
- "background-position-y",
- "background-clip",
- "background-origin",
- "background-size",
- "interpolation-mode",
- "filter",
-
- "border",
- "border-width",
- "border-style",
- "border-color",
- "border-top",
- "border-top-width",
- "border-top-style",
- "border-top-color",
- "border-right",
- "border-right-width",
- "border-right-style",
- "border-right-color",
- "border-bottom",
- "border-bottom-width",
- "border-bottom-style",
- "border-bottom-color",
- "border-left",
- "border-left-width",
- "border-left-style",
- "border-left-color",
- "border-radius",
- "border-top-left-radius",
- "border-top-right-radius",
- "border-bottom-right-radius",
- "border-bottom-left-radius",
- "border-image",
- "border-image-source",
- "border-image-slice",
- "border-image-width",
- "border-image-outset",
- "border-image-repeat",
- "outline",
- "outline-width",
- "outline-style",
- "outline-color",
- "outline-offset",
-
- "box-decoration-break",
- "box-shadow",
- "text-shadow",
-
- "color",
- "opacity",
-
- "position",
- "z-index",
- "top",
- "right",
- "bottom",
- "left",
-
- "display",
- "visibility",
- "float",
- "clear",
- "overflow",
- "overflow-x",
- "overflow-y",
- "clip",
- "zoom",
- "flex",
- "flex-direction",
- "flex-order",
- "flex-pack",
- "flex-align",
- "flex-basis",
- "flex-grow",
- "flex-shrink",
- "flex-wrap",
- "justify-content",
- "align-items",
- "align-self",
-
- "box-sizing",
- "width",
- "min-width",
- "max-width",
- "height",
- "min-height",
- "max-height",
- "margin",
- "margin-top",
- "margin-right",
- "margin-bottom",
- "margin-left",
- "padding",
- "padding-top",
- "padding-right",
- "padding-bottom",
- "padding-left",
-
- "table-layout",
- "empty-cells",
- "caption-side",
- "border-spacing",
- "border-collapse",
- "list-style",
- "list-style-position",
- "list-style-type",
- "list-style-image",
-
- "content",
- "quotes",
- "counter-reset",
- "counter-increment",
- "resize",
- "cursor",
- "user-select",
- "nav-index",
- "nav-up",
- "nav-right",
- "nav-down",
- "nav-left",
- "transition",
- "transition-delay",
- "transition-timing-function",
- "transition-duration",
- "transition-property",
- "transform",
- "transform-origin",
- "animation",
- "animation-name",
- "animation-duration",
- "animation-play-state",
- "animation-timing-function",
- "animation-delay",
- "animation-iteration-count",
- "animation-direction",
- "pointer-events"
+ [
+ "font",
+ "font-family",
+ "font-size",
+ "font-weight",
+ "font-style",
+ "font-variant",
+ "font-size-adjust",
+ "font-stretch",
+ "font-effect",
+ "font-emphasize",
+ "font-emphasize-position",
+ "font-emphasize-style",
+ "font-smooth",
+ "font-smoothing",
+ "line-height",
+ "text-align",
+ "text-align-last",
+ "vertical-align",
+ "white-space",
+ "text-decoration",
+ "text-emphasis",
+ "text-emphasis-color",
+ "text-emphasis-style",
+ "text-emphasis-position",
+ "text-indent",
+ "text-justify",
+ "letter-spacing",
+ "word-spacing",
+ "writing-mode",
+ "text-outline",
+ "text-transform",
+ "text-size-adjust",
+ "text-wrap",
+ "text-overflow",
+ "text-overflow-ellipsis",
+ "text-overflow-mode",
+ "word-wrap",
+ "word-break",
+ "tab-size",
+ "hyphens",
+
+ "background",
+ "background-color",
+ "background-image",
+ "background-repeat",
+ "background-attachment",
+ "background-position",
+ "background-position-x",
+ "background-position-y",
+ "background-clip",
+ "background-origin",
+ "background-size",
+ "interpolation-mode",
+ "filter",
+
+ "border",
+ "border-width",
+ "border-style",
+ "border-color",
+ "border-top",
+ "border-top-width",
+ "border-top-style",
+ "border-top-color",
+ "border-right",
+ "border-right-width",
+ "border-right-style",
+ "border-right-color",
+ "border-bottom",
+ "border-bottom-width",
+ "border-bottom-style",
+ "border-bottom-color",
+ "border-left",
+ "border-left-width",
+ "border-left-style",
+ "border-left-color",
+ "border-radius",
+ "border-top-left-radius",
+ "border-top-right-radius",
+ "border-bottom-right-radius",
+ "border-bottom-left-radius",
+ "border-image",
+ "border-image-source",
+ "border-image-slice",
+ "border-image-width",
+ "border-image-outset",
+ "border-image-repeat",
+ "outline",
+ "outline-width",
+ "outline-style",
+ "outline-color",
+ "outline-offset",
+ "tap-highlight-color",
+
+ "box-decoration-break",
+ "box-shadow",
+ "text-shadow",
+
+ "color",
+ "opacity",
+
+ "position",
+ "z-index",
+ "top",
+ "right",
+ "bottom",
+ "left",
+
+ "display",
+ "visibility",
+ "float",
+ "clear",
+ "overflow",
+ "overflow-x",
+ "overflow-y",
+ "overflow-scrolling",
+ "clip",
+ "zoom",
+ "flex",
+ "flex-direction",
+ "flex-order",
+ "flex-pack",
+ "flex-align",
+ "flex-basis",
+ "flex-grow",
+ "flex-shrink",
+ "flex-wrap",
+ "justify-content",
+ "align-items",
+ "align-self",
+
+ "box-sizing",
+ "width",
+ "min-width",
+ "max-width",
+ "height",
+ "min-height",
+ "max-height",
+ "margin",
+ "margin-top",
+ "margin-right",
+ "margin-bottom",
+ "margin-left",
+ "padding",
+ "padding-top",
+ "padding-right",
+ "padding-bottom",
+ "padding-left",
+
+ "table-layout",
+ "empty-cells",
+ "caption-side",
+ "border-spacing",
+ "border-collapse",
+ "list-style",
+ "list-style-position",
+ "list-style-type",
+ "list-style-image",
+
+ "content",
+ "quotes",
+ "counter-reset",
+ "counter-increment",
+ "resize",
+ "cursor",
+ "touch-callout",
+ "user-select",
+ "nav-index",
+ "nav-up",
+ "nav-right",
+ "nav-down",
+ "nav-left",
+ "transition",
+ "transition-delay",
+ "transition-timing-function",
+ "transition-duration",
+ "transition-property",
+ "transform",
+ "transform-origin",
+ "animation",
+ "animation-name",
+ "animation-duration",
+ "animation-play-state",
+ "animation-timing-function",
+ "animation-delay",
+ "animation-iteration-count",
+ "animation-direction",
+ "pointer-events"
+ ],
+ { unspecified: "bottomAlphabetical" }
]
}
}