diff options
Diffstat (limited to '.stylelintrc.json')
| -rw-r--r-- | .stylelintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 63040f7..864ce42 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json | |||
| @@ -58,7 +58,7 @@ | |||
| 58 | }, | 58 | }, |
| 59 | "overrides": [ | 59 | "overrides": [ |
| 60 | { | 60 | { |
| 61 | "files": ["src/style/**/*.scss"], | 61 | "files": ["src/**/*.scss"], |
| 62 | "customSyntax": "postcss-scss" | 62 | "customSyntax": "postcss-scss" |
| 63 | } | 63 | } |
| 64 | ] | 64 | ] |
