From 38a33903727fbe4175e2de6daf7641996578398a Mon Sep 17 00:00:00 2001 From: Margarita Golubeva Date: Sun, 28 Apr 2024 16:28:43 +0300 Subject: [PATCH] chore: update Stylelint config --- .stylelintrc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index 2d8031d1..c81f48bd 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -42,6 +42,11 @@ "type": "rule", "selector": "&:active" }, + { + "type": "at-rule", + "name": "media", + "hasBlock": true + }, { "type": "rule", "selector": "&:disabled"