重构样式文件:将多个样式文件合并,更新变量命名空间,优化导入结构,提升代码可维护性和一致性。

This commit is contained in:
jxxghp
2025-04-22 12:43:11 +08:00
parent ab7286a87a
commit 226a12df40
35 changed files with 595 additions and 1449 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
@use "@core/scss/placeholders";
@use "@core/scss/variables";
@use "@core/scss/variables" as core-vars;
.layout-navbar {
@if variables.$navbar-high-emphasis-text {
@if core-vars.$navbar-high-emphasis-text {
@extend %layout-navbar;
}
}