diff options
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 97f6f6c..ad8225f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
@@ -12,13 +12,5 @@ | |||
12 | } | 12 | } |
13 | ], | 13 | ], |
14 | "scss/dollar-variable-colon-space-after": null | 14 | "scss/dollar-variable-colon-space-after": null |
15 | }, | 15 | } |
16 | "overrides": [ | ||
17 | { | ||
18 | "files": [ | ||
19 | "**/*.scss" | ||
20 | ], | ||
21 | "customSyntax": "postcss-scss" | ||
22 | } | ||
23 | ] | ||
24 | } | 16 | } |