From a596ff989f623791f384c076f451ffdf9ef00779 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 22 Sep 2024 11:31:59 +0800 Subject: chore: update stylelint config --- .stylelintrc.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 029a623..10506f9 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -37,6 +37,7 @@ "display", "overflow", "box-sizing", + "flex", "width", "height", "margin", @@ -49,10 +50,10 @@ "noEmptyLineBetween": true, "properties": [ "position", + "left", "top", "right", "bottom", - "left", "z-index" ] }, @@ -96,15 +97,15 @@ ] }, { - "groupName": "Misc", + "groupName": "Visual", "emptyLineBefore": "always", "noEmptyLineBetween": true, "properties": [ + "transform", "opacity", - "visibility", - "cursor", "transition", - "transform" + "visibility", + "cursor" ] } ] -- cgit v1.2.3-70-g09d2