Remove the media-feature-range-notation stylelint rule as we don't obey it

This commit is contained in:
Kuba Orlik 2025-08-07 18:02:18 +02:00
parent 8ed2095c33
commit bf33a81436

View File

@ -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",
{