X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2F.stylelintrc.json;h=3b6a465e17e771399727305010cdfd4a3dffae97;hb=7a18e95c23a3ff64905043930f661faa92c98b6e;hp=6a322da62799ae6cfad20a9671019907d7525171;hpb=ad35265d743e621d86f3f0796dd9d8795c599dca;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" ] } ] }