From 9774d6b615bc9dcc28b45b9b3c7f3638f92d53d4 Mon Sep 17 00:00:00 2001 From: web-padawan Date: Fri, 21 Jul 2023 16:45:02 +0300 Subject: [PATCH] chore: disable stylelint media-feature-range-notation rule --- .stylelintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc b/.stylelintrc index 28f2779..2e351e3 100644 --- a/.stylelintrc +++ b/.stylelintrc @@ -10,6 +10,7 @@ "color-function-notation": ["legacy"], "comment-whitespace-inside": null, "font-family-name-quotes": "always-where-recommended", + "media-feature-range-notation": null, "number-max-precision": [4, { "ignoreProperties": ["animation-timing-function", "transform"] }],