From 11203f4824d5da87c3244785c956d04cb005ff21 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Thu, 13 May 2021 13:19:01 -1000 Subject: [PATCH] [ticket/16746] add spaces between sorting sections PHPBB3-16746 --- .postcss-sorting.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.postcss-sorting.json b/.postcss-sorting.json index c8632ff5e5..4a738f4fa7 100644 --- a/.postcss-sorting.json +++ b/.postcss-sorting.json @@ -54,6 +54,7 @@ "word-break", "tab-size", "hyphens", + "background", "background-color", "background-image", @@ -104,17 +105,21 @@ "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", @@ -130,13 +135,14 @@ "flex-order", "flex-pack", "flex-align", - "flex-basis", "flex-grow", "flex-shrink", + "flex-basis", "flex-wrap", "justify-content", "align-items", "align-self", + "box-sizing", "width", "min-width", @@ -154,6 +160,7 @@ "padding-right", "padding-bottom", "padding-left", + "table-layout", "empty-cells", "caption-side", @@ -163,6 +170,7 @@ "list-style-position", "list-style-type", "list-style-image", + "content", "quotes", "counter-reset",