]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.stylelintrc.json
Better label for default transcoding profile
[github/Chocobozzz/PeerTube.git] / client / .stylelintrc.json
index 25f0b1002f0c83e4ade249a0c0bf9d87e6eade52..3b6a465e17e771399727305010cdfd4a3dffae97 100644 (file)
     "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" ]
+      }
+    ]
   }
 }