X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2F.stylelintrc.json;h=87d15295345632c5b09285e6e346cb3d5fbc9e71;hb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2;hp=d6b021ce04ebf84299ff82f215e02659a064afec;hpb=af6d1fb995500ae68849458ee10d66abbdcfb252;p=yaffs-website 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": [