From bf33a81436964a5d08323b2fb3614fedde6425e1 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Thu, 7 Aug 2025 18:02:18 +0200 Subject: [PATCH] Remove the media-feature-range-notation stylelint rule as we don't obey it --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index f03e953..49e2301 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -20,6 +20,7 @@ "shorthand-property-no-redundant-values": null, "alpha-value-notation": null, "number-max-precision": 6, + "media-feature-range-notation": null, "rule-empty-line-before": [ "always", {