fix: 🐛 unexpected unknown at-rule "@use" at-rule-no-unknown 警告修复
This commit is contained in:
parent
1939363314
commit
0ab2e94202
|
|
@ -43,7 +43,7 @@ module.exports = {
|
||||||
"at-rule-no-unknown": [
|
"at-rule-no-unknown": [
|
||||||
true,
|
true,
|
||||||
{
|
{
|
||||||
ignoreAtRules: ["apply"],
|
ignoreAtRules: ["apply", "use"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue