chore: 🔨 stylelint 添加未知伪元素 extend

This commit is contained in:
ray
2025-02-20 18:32:06 +08:00
parent 400d147b2f
commit 6f159a0eed

View File

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