This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Description
- Generate the app
vue init vuetifyjs/nuxt (Don't use a-la-carte)
- Install deps
npm i
- Creating a build
npm run build fails with TypeError: Cannot read property 'search' of undefined
If I manually edit node_modules/vuetify/src/stylus/components/_time-picker-clock.styl#54, and use border-color: black instead of border-color: inherit, the build works.