DEV Community

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

Collapse
 
fabd profile image
Fabrice D. • Edited

If you use babel-plugin-component, it looks like it selectively includes the relevant styles from the theme-chalk folder, as long as you import the component itself.

(ie. with the On demand import)