chore: 🔨 stylelint 允许未知属性值
This commit is contained in:
@@ -26,6 +26,7 @@ module.exports = {
|
||||
"keyframes-name-pattern": null, // 动画帧节点样式命名规则
|
||||
"no-descending-specificity": null, // 允许无降序特异性
|
||||
"no-empty-source": null, // 允许空样式
|
||||
"declaration-property-value-no-unknown": null, // 允许未知属性值
|
||||
// 允许 global 、export 、deep伪类
|
||||
"selector-pseudo-class-no-unknown": [
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user