From 0ab2e9420234f20f8dbbade8333eec7c3cd52911 Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 18 Feb 2024 22:04:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20unexpected=20unknown=20at-rule?= =?UTF-8?q?=20"@use"=20=20at-rule-no-unknown=20=E8=AD=A6=E5=91=8A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stylelintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index caecdf75..b27acdc0 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -43,7 +43,7 @@ module.exports = { "at-rule-no-unknown": [ true, { - ignoreAtRules: ["apply"], + ignoreAtRules: ["apply", "use"], }, ], },