DEV Community

Discussion on: Overriding the Default Theme in Element UI with SCSS

Collapse
 
tranghaviet profile image
Hà Viết Tráng

My solution with scss

$--font-path: "~element-ui/packages/theme-chalk/src/fonts";
@import "~element-ui/packages/theme-chalk/src/index";

Declare $--font-path to prevent fonts not found error. Then we can override any variables, classes we want