/* just override what you need */ @forward 'element-plus/theme-chalk/src/common/var.scss' with ( $colors: ( 'primary': ( 'base': #7a6dff, ), ) ); // If you just import on demand, you can ignore the following content. // 如果你想导入所有样式: @use "element-plus/theme-chalk/src/index.scss" as *;