]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/.stylelintrc.json
Update translations
[github/Chocobozzz/PeerTube.git] / client / .stylelintrc.json
index 6a322da62799ae6cfad20a9671019907d7525171..9f8afa29c321994688560597dcda9b537f4f52d8 100644 (file)
@@ -4,7 +4,6 @@
     "scss/at-import-no-partial-leading-underscore": null,
     "color-hex-case": null,
     "color-hex-length": null,
-    "order/properties-alphabetical-order": null,
     "selector-pseudo-element-no-unknown": [
       true,
       {
     "rule-empty-line-before": null,
     "selector-max-id": null,
     "scss/at-function-pattern": null,
-    "function-parentheses-space-inside": "never-single-line",
     "property-no-vendor-prefix": [
       true,
       {
-        "ignoreProperties": [ "mask-image" ]
+        "ignoreProperties": [ "mask-image", "mask-size" ]
       }
     ]
   }