From b2d2fbdec4c6482d8c10070020320bead8d69e1c Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Tue, 20 Feb 2024 08:22:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20:hammer:=20=E5=85=81=E8=AE=B8style?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stylelintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.cjs b/.stylelintrc.cjs index ec771b7..bc1219c 100644 --- a/.stylelintrc.cjs +++ b/.stylelintrc.cjs @@ -25,7 +25,7 @@ module.exports = { "custom-property-pattern": null, // 自定义属性命名规则 "keyframes-name-pattern": null, // 动画帧节点样式命名规则 "no-descending-specificity": null, // 允许无降序特异性 - "no-empty-source": null, // 允许空属性 + "no-empty-source": null, // 允许空样式 // 允许 global 、export 、deep伪类 "selector-pseudo-class-no-unknown": [ true,