summaryrefslogtreecommitdiff
path: root/.stylelintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.stylelintrc.json')
-rw-r--r--.stylelintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json
index b16a7306..4fba7b73 100644
--- a/.stylelintrc.json
+++ b/.stylelintrc.json
@@ -6,6 +6,7 @@
"no-descending-specificity": null,
"number-max-precision": null,
"max-line-length": null,
- "selector-list-comma-newline-after": null
+ "selector-list-comma-newline-after": null,
+ "value-no-vendor-prefix": null
}
}