chore: 🔨 stylelint 添加未知伪元素 extend
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
|||||||
"at-rule-no-unknown": [
|
"at-rule-no-unknown": [
|
||||||
true,
|
true,
|
||||||
{
|
{
|
||||||
ignoreAtRules: ["apply", "use", "forward"],
|
ignoreAtRules: ["apply", "use", "forward", "extend"],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user