Skip to content

Commit

Permalink
fix(generator): remove vuetify missing module import
Browse files Browse the repository at this point in the history
Since version 2.x the .styl module is not present anymore.
  • Loading branch information
dnlup committed Aug 21, 2019
1 parent d5843bd commit c274605
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
3 changes: 0 additions & 3 deletions generator/template/tests/helpers/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ css({
<%_ } _%>

<%_ if (uiFramework === 'Vuetify') { _%>
<%_ if (styles && styles.includes('stylus')) { _%>
require('vuetify/src/stylus/app.styl')
<%_ } _%>
Vue.use(Vuetify, {
iconfont: 'md'
})
Expand Down
Loading

0 comments on commit c274605

Please sign in to comment.