diff --git a/package.json b/package.json index 5de85a2..7c17eab 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,15 @@ "stylelint": { "extends": "stylelint-config-recommended-scss", "rules": { - "no-descending-specificity": null + "no-descending-specificity": null, + "media-feature-name-no-unknown": [ + true, + { + "ignoreMediaFeatureNames": [ + "prefers-reduced-motion" + ] + } + ] } }, "eslintConfig": {