cleaned, switched from stylus to sass

This commit is contained in:
2019-07-19 16:21:46 +02:00
parent dd40e24467
commit 01e4d99537
16 changed files with 874 additions and 161 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import router from './router'
import store from './store'
import Meta from 'vue-meta'
import App from './App'
import 'assets/css/app.styl'
import 'assets/css/app.scss'
Vue.use(Meta)