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 /.postcss-sorting.json
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 '.postcss-sorting.json')
-rw-r--r--.postcss-sorting.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/.postcss-sorting.json b/.postcss-sorting.json
index fa52bd6769..98f1126af1 100644
--- a/.postcss-sorting.json
+++ b/.postcss-sorting.json
@@ -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",