Skip to content

v2.0.0-alpha.9

Pre-release
Pre-release

Choose a tag to compare

@johnleider johnleider released this 13 Mar 13:54

🚧 DISCLAIMER 🚧

⚠️ DO NOT USE IN PRODUCTION ⚠️

This is specifically for developers who want to play with the absolute latest and greatest that is coming up in the framework. With the exception of critical bugs, all issues pertaining to the alpha will be closed without question.

📖 Documentation

https://next.vuetifyjs.com

🔧 Bug Fixes

  • remove duplicated styles in dev (c53cc0e)
  • use actual folder containing file for path transform (5182ee4)

⚠️ Breaking

You must now import both app.styl and main.sass.

// src/plugins/vuetify.js
import 'vuetify/src/stylus/app.styl'
import 'vuetify/src/styles/main.sass'