diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 9e810e112..040ffaa9e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -4,15 +4,11 @@ { "files": ["**/*.html"], "customSyntax": "postcss-html" - }, - { - "files": ["**/*.js"], - "customSyntax": "@stylelint/postcss-css-in-js" } ], "ignoreFiles": [ "**/*.min.css", - "**/*.min.js", + "**/*.js", "interface/css/d3evolution.css", "interface/css/nprogress.css", "interface/css/prism.css" @@ -22,7 +18,7 @@ "at-rule-empty-line-before": null, "color-hex-length": null, "comment-empty-line-before": null, - "indentation": 4, + "media-feature-range-notation": "prefix", "number-leading-zero": null, "property-no-vendor-prefix": null, "rule-empty-line-before": null, |