1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| // @forward 'element-plus/theme-chalk/src/common/var.scss' with (
| // $colors: (
| // 'primary': (
| // 'base': green
| // )
| // )
| // );
|
| @forward 'element-plus/theme-chalk/src/dark/var.scss' with (
| $bg-color: (
| 'page': #ffffffa9,
| '': #122b54a9,
| 'overlay': #122b54a9
| )
| );
|
|