Can I avoid duplicate styles with Vue.js components? Can I avoid duplicate styles with Vue.js components? vue.js vue.js

Can I avoid duplicate styles with Vue.js components?


Yup there will be duplication. But if you are using vuejs webpack template the production build's css is processed by cssnano which will discard duplicated css

note; only exact duplicates will be discarded.