X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2F.stylelintrc.json;fp=web%2Fcore%2F.stylelintrc.json;h=87d15295345632c5b09285e6e346cb3d5fbc9e71;hp=d6b021ce04ebf84299ff82f215e02659a064afec;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/.stylelintrc.json b/web/core/.stylelintrc.json index d6b021ce0..87d152953 100644 --- a/web/core/.stylelintrc.json +++ b/web/core/.stylelintrc.json @@ -5,12 +5,17 @@ ], "rules": { "comment-empty-line-before": null, - "declaration-block-no-duplicate-properties": null, "function-linear-gradient-no-nonstandard-direction": null, "function-whitespace-after": null, "no-descending-specificity": null, "no-duplicate-selectors": null, "no-unknown-animations": true, + "media-feature-name-no-unknown": [true, { + "ignoreMediaFeatureNames": [ + "prefers-reduced-motion", + "min--moz-device-pixel-ratio" + ] + }], "number-leading-zero": "always", "plugin/no-browser-hacks": [true, { "browsers": [