mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-15 07:27:54 +00:00
1
This commit is contained in:
parent
09dc03125d
commit
73c8a53654
@ -173,6 +173,11 @@ function postcssPlugin(): Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
// 处理 visibility 属性
|
||||
if (decl.prop == "visibility") {
|
||||
decl.remove();
|
||||
}
|
||||
|
||||
// 解析声明值
|
||||
const parsed = valueParser(decl.value);
|
||||
let hasChanges = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user