fix: 🐛 unexpected unknown at-rule "@use" at-rule-no-unknown 警告修复

This commit is contained in:
hxr 2024-02-18 22:04:01 +08:00
parent 1939363314
commit 0ab2e94202
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ module.exports = {
"at-rule-no-unknown": [ "at-rule-no-unknown": [
true, true,
{ {
ignoreAtRules: ["apply"], ignoreAtRules: ["apply", "use"],
}, },
], ],
}, },