X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.stylelintrc.json;h=3b6a465e17e771399727305010cdfd4a3dffae97;hb=053fe42491d23f8ab22a936d59f2b15c21760ad2;hp=25f0b1002f0c83e4ade249a0c0bf9d87e6eade52;hpb=c27463a603186b623500b03c6a56b330a6568350;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json index 25f0b1002..3b6a465e1 100644 --- a/client/.stylelintrc.json +++ b/client/.stylelintrc.json @@ -24,6 +24,12 @@ "rule-empty-line-before": null, "selector-max-id": null, "scss/at-function-pattern": null, - "function-parentheses-space-inside": "never-single-line" + "function-parentheses-space-inside": "never-single-line", + "property-no-vendor-prefix": [ + true, + { + "ignoreProperties": [ "mask-image", "mask-size" ] + } + ] } }