We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66216fb commit b2d2fbdCopy full SHA for b2d2fbd
.stylelintrc.cjs
@@ -25,7 +25,7 @@ module.exports = {
25
"custom-property-pattern": null, // 自定义属性命名规则
26
"keyframes-name-pattern": null, // 动画帧节点样式命名规则
27
"no-descending-specificity": null, // 允许无降序特异性
28
- "no-empty-source": null, // 允许空属性
+ "no-empty-source": null, // 允许空样式
29
// 允许 global 、export 、deep伪类
30
"selector-pseudo-class-no-unknown": [
31
true,
0 commit comments