From 144b7a2ea83507c98544d14ad9435cc5e51ac071 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 5 Feb 2022 12:26:35 +0100 Subject: Update --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index 63040f7..864ce42 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -58,7 +58,7 @@ }, "overrides": [ { - "files": ["src/style/**/*.scss"], + "files": ["src/**/*.scss"], "customSyntax": "postcss-scss" } ] -- cgit v1.3.1