1. Generate the app `vue init vuetifyjs/nuxt` (Don't use a-la-carte) 1. Install deps `npm i` 1. 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](https://github.com/vuetifyjs/vuetify/blob/df5b63cce2b4dde7c6b29586f8be9cb787e1c0f2/src/stylus/components/_time-picker-clock.styl#L54), and use `border-color: black` instead of `border-color: inherit`, the build works.
vue init vuetifyjs/nuxt(Don't use a-la-carte)npm inpm run buildfails withTypeError: Cannot read property 'search' of undefinedIf I manually edit node_modules/vuetify/src/stylus/components/_time-picker-clock.styl#54, and use
border-color: blackinstead ofborder-color: inherit, the build works.