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