MrShi
2026-03-06 cdca21c0c12fa79ad4e85321d0f0960c0c4c3f33
1
2
3
4
5
6
7
8
@import "variables";
/* theme color */
$--color-primary: $primary-color;
 
/* icon font path, required */
$--font-path: '~element-ui/lib/theme-chalk/fonts';
 
@import "~element-ui/packages/theme-chalk/src/index";