diff options
Diffstat (limited to 'client/simple/.stylelintrc.json')
| -rw-r--r-- | client/simple/.stylelintrc.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/simple/.stylelintrc.json b/client/simple/.stylelintrc.json index ab5219141..60aaf9be4 100644 --- a/client/simple/.stylelintrc.json +++ b/client/simple/.stylelintrc.json @@ -4,7 +4,9 @@ "extends": ["stylelint-config-standard-less"], "rules": { "at-rule-no-vendor-prefix": null, + "at-rule-prelude-no-invalid": null, "declaration-empty-line-before": null, + "declaration-property-value-no-unknown": null, "no-invalid-position-at-import-rule": null, "prettier/prettier": true, "property-no-vendor-prefix": null, |