重构scss文件结构

This commit is contained in:
jxxghp
2025-07-10 16:39:22 +08:00
parent 0e2a259999
commit 9f98b549e9
38 changed files with 751 additions and 1778 deletions

View File

@@ -1,6 +1,6 @@
@forward "@core/scss/template/variables";
@forward "@core/scss/variables";
// Remove above import and uncomment below to override core variables.
// @forward "@core/scss/template/variables" with (
// $<variable-name>: <variable-value>
// )
// 如果需要自定义变量,可以在这里添加
// @forward "@core/scss/variables" with (
// $custom-variable: value
// );

View File

@@ -1,7 +1,7 @@
// ❗ Path must be relative
@forward "../../@core/scss/template/libs/vuetify/variables";
@forward "../../@core/scss/libs/vuetify/variables";
// Remove above import and uncomment below to override core variables.
// @forward "../../@core/scss/template/libs/vuetify/variables" with (
// $<variable-name>: <variable-value>
// )
// 如果需要自定义Vuetify变量可以在这里添加
// @forward "../../@core/scss/libs/vuetify/variables" with (
// $custom-vuetify-variable: value
// );