From a9d053785b297a0df6ebdd2eaea842c0784c7d3b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 10:45:03 +0800
Subject: [PATCH] gx
---
.stylelintrc.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.stylelintrc.js b/.stylelintrc.js
index 3f69bf0..64cf96f 100644
--- a/.stylelintrc.js
+++ b/.stylelintrc.js
@@ -5,6 +5,7 @@
"stylelint-scss"
],
"rules": {
+ "keyframes-name-pattern": null,
// http://stylelint.cn/user-guide/rules/
// 要求在 at 规则之后有一个一个空格
"at-rule-name-space-after": "always",
@@ -132,8 +133,7 @@
"no-invalid-double-slash-comments": true,
// 禁止动画名称与 @keyframes 声明不符
- "no-unknown-animations": true,
-
+ "no-unknown-animations": null,
// 禁止数字中的拖尾 0
"number-no-trailing-zeros": true,
--
Gitblit v1.8.0