style: 🌈移动端适配,进度条颜色跟随主题

This commit is contained in:
超凡
2025-03-27 00:01:44 +08:00
parent 03968a6cc1
commit 61ae8ba350
5 changed files with 63 additions and 191 deletions

View File

@@ -32,11 +32,7 @@ module.exports = {
},
],
// 允许使用未知伪元素
"at-rule-no-unknown": [
true,
{
ignoreAtRules: ["apply", "use", "forward", "extend"],
},
],
"at-rule-no-unknown": null, // 禁用默认的未知 at-rule 检查
"scss/at-rule-no-unknown": true, // 启用 SCSS 特定的 at-rule 检查
},
};