diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index ad79b181a..9e810e112 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -18,11 +18,14 @@ "interface/css/prism.css" ], "rules": { + "alpha-value-notation": null, "at-rule-empty-line-before": null, "color-hex-length": null, "comment-empty-line-before": null, "indentation": 4, "number-leading-zero": null, - "rule-empty-line-before": null + "property-no-vendor-prefix": null, + "rule-empty-line-before": null, + "value-no-vendor-prefix": null } } |