From 3c4d2579788f23df657a1d08540a7d6899bfd3d3 Mon Sep 17 00:00:00 2001 From: Toby Date: Fri, 26 Jul 2024 23:00:44 +0400 Subject: [PATCH] stylint --- .stylelintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.stylelintrc.json b/.stylelintrc.json index 5edbe29..6e9c17f 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,5 +1,6 @@ { "plugins": ["stylelint-less"], + "customSyntax": "less", "rules": { "at-rule-no-unknown": null, "color-no-invalid-hex": true,