Initial project commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// only scss variables
|
||||
|
||||
$--colors: (
|
||||
'primary': (
|
||||
'base': #589ef8,
|
||||
),
|
||||
);
|
||||
|
||||
@forward 'element-plus/theme-chalk/src/dark/var.scss' with (
|
||||
$colors: $--colors
|
||||
);
|
||||
Reference in New Issue
Block a user