lolosia-web/src/theme/index.scss

12 lines
275 B
SCSS
Raw Normal View History

2023-02-02 16:07:38 +08:00
// 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";