mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-07-09 14:31:35 +08:00
重构scss文件结构
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/* 主样式文件 - 合并所有CSS/SCSS引用 */
|
||||
|
||||
/* Vuetify和模板核心样式 */
|
||||
@use '@core/scss/template/libs/vuetify/index' as vuetify-lib;
|
||||
@use '@core/scss/template/index' as template;
|
||||
@use '@core/scss/libs/vuetify/index' as vuetify-lib;
|
||||
@use '@core/scss/index' as template;
|
||||
@use '@layouts/styles/index' as layouts;
|
||||
@use 'vuetify/styles' as vuetify;
|
||||
@use '@styles/custom' as custom;
|
||||
|
||||
@@ -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
|
||||
// );
|
||||
|
||||
@@ -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
|
||||
// );
|
||||
|
||||
Reference in New Issue
Block a user