Properly added bulma
This commit is contained in:
parent
bb3991a3f5
commit
8ccb1893f1
5 changed files with 676 additions and 24 deletions
|
|
@ -1 +0,0 @@
|
|||
@import "~bulma/bulma.sass"
|
||||
|
|
@ -3,6 +3,8 @@ import App from './App.vue'
|
|||
import router from './router'
|
||||
import auth from './auth'
|
||||
|
||||
import '../node_modules/bulma/bulma.sass'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
// Check the user's auth status when the app starts
|
||||
|
|
|
|||
Reference in a new issue