lolosia-web/src/theme/index.scss
2023-02-02 16:07:38 +08:00

12 lines
275 B
SCSS

// we can add this to custom namespace, default is 'el'
//@forward "element-plus/theme-chalk/src/mixins/config.scss" with (
// $namespace: "el"
//);
//base-theme
@use "./base";
//theme style such as dark-theme lighting
@use "./dark";
@use "./lighting";
@use "./china-red";