Skip to content

Commit 259e0ee

Browse files
dholladaykevinmarrec
authored andcommitted
fix: remove duplicate import of main.sass
1 parent 08bff6a commit 259e0ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/module.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ module.exports = function (moduleOptions) {
6060
}
6161

6262
// Add styles
63-
if (options.treeShake) {
64-
this.options.css.push('vuetify/src/styles/main.sass')
65-
} else {
63+
if (!options.treeShake) {
6664
this.options.css.push('vuetify/dist/vuetify.css')
6765
}
6866

0 commit comments

Comments
 (0)