feat: update

This commit is contained in:
xiaoxian521
2021-10-28 09:52:21 +08:00
parent b40cd2db74
commit b520e234a1
8 changed files with 76 additions and 14 deletions

View File

@@ -60,11 +60,11 @@ export default ({ command, mode }: ConfigEnv): UserConfigExport => {
scss: {
multipleScopeVars: [
{
scopeName: "layout-default",
scopeName: "layout-theme-default",
path: pathResolve("src/layout/theme/default-vars.scss")
},
{
scopeName: "layout-light",
scopeName: "layout-theme-light",
path: pathResolve("src/layout/theme/light-vars.scss")
}
],