From 15f22942f1e4a17ac9dcf848f4dc47d9258bb282 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 16 Nov 2021 11:31:50 +0100 Subject: Get VSCode Stylelint to work again --- .stylelintrc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index 82a61ce..f96ade9 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -55,5 +55,11 @@ { "properties": [ "tab-size", "counter-reset", "counter-increment", "resize", "cursor", "pointer-events", "speak", "user-select", "nav-index", "nav-up", "nav-right", "nav-down", "nav-left" ] } ] - } + }, + "overrides": [ + { + "files": ["**/*.scss"], + "customSyntax": "postcss-scss" + } + ] } -- cgit v1.2.3-54-g00ecf