Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit b65c03e

Browse files
andrewharveymaurop123
authored andcommitted
fix stylus path (#14)
closes #11
1 parent db87186 commit b65c03e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

generator/templates/default/src/plugins/vuetify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
VToolbar,
1313
transitions
1414
} from 'vuetify'
15-
import '../node_modules/vuetify/src/stylus/app.styl'
15+
import 'vuetify/src/stylus/app.styl'
1616
<%_ } else { _%>
1717
import Vuetify from 'vuetify'
1818
import 'vuetify/dist/vuetify.min.css'
@@ -43,4 +43,4 @@ Vue.use(Vuetify, {
4343
warning: '#FFC107'
4444
},
4545
<%_ } _%>
46-
})
46+
})

0 commit comments

Comments
 (0)