chore: 🔨 stylelint 允许未知属性值

This commit is contained in:
Ray.Hao
2025-02-06 22:23:14 +08:00
parent 24d444f295
commit 004448c469

View File

@@ -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,