-
Notifications
You must be signed in to change notification settings - Fork 919
Closed
Description
Hi! Thank you for the amazing vuejs!
I trying to use sass with vue, but I encountered some problems here.
For example, I have a sass file named common.sass which almost every vue files need it, so I import it on *.vue:
// app.vue, other.vue ...
<style lang="sass">
@import "common";
// ....
</style>Then common.sass will be imported many times, which make the compiled css file very large because it has many duplicate code.
Is there a better way to do it? Thanks again!
negeafei, bomzj and prd-y-nguyen
Metadata
Metadata
Assignees
Labels
No labels