aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/.stylelintrc.json')
-rw-r--r--client/.stylelintrc.json2
1 files changed, 1 insertions, 1 deletions
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 @@
28 "property-no-vendor-prefix": [ 28 "property-no-vendor-prefix": [
29 true, 29 true,
30 { 30 {
31 "ignoreProperties": [ "mask-image" ] 31 "ignoreProperties": [ "mask-image", "mask-size" ]
32 } 32 }
33 ] 33 ]
34 } 34 }