diff --git a/.postcss-sorting.json b/.postcss-sorting.json index 98f1126af1..a1bc5ff1ae 100644 --- a/.postcss-sorting.json +++ b/.postcss-sorting.json @@ -214,6 +214,7 @@ "resize", "cursor", "touch-callout", + "touch-action", "user-select", "nav-index", "nav-up", diff --git a/.stylelintrc b/.stylelintrc index 8aeda79f71..003b87c42f 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -358,6 +358,7 @@ "resize", "cursor", "touch-callout", + "touch-action", "user-select", "nav-index", "nav-up",