X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.stylelintrc.json;h=3b6a465e17e771399727305010cdfd4a3dffae97;hb=b99ee1b150257e0d54bde4b928dd9dc76b97ef7b;hp=6a322da62799ae6cfad20a9671019907d7525171;hpb=bc4c9cc1d75d591c217d61ab22a107b7f1044c76;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/.stylelintrc.json b/client/.stylelintrc.json index 6a322da62..3b6a465e1 100644 --- a/client/.stylelintrc.json +++ b/client/.stylelintrc.json @@ -28,7 +28,7 @@ "property-no-vendor-prefix": [ true, { - "ignoreProperties": [ "mask-image" ] + "ignoreProperties": [ "mask-image", "mask-size" ] } ] }