diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-18 13:02:18 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-18 13:02:18 +0200 |
| commit | 1257a534af5ebda9f167b5bfd283e0ade8ed7b80 (patch) | |
| tree | 123762e4d1aa6e773190c10a1185081d41e5aff2 /.stylelintrc.json | |
| parent | Fix lint (diff) | |
| download | iro-sass-1257a534af5ebda9f167b5bfd283e0ade8ed7b80.tar.gz iro-sass-1257a534af5ebda9f167b5bfd283e0ade8ed7b80.tar.bz2 iro-sass-1257a534af5ebda9f167b5bfd283e0ade8ed7b80.zip | |
New CSS variable management
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 | } |
