add base scss file

This commit is contained in:
axolotle
2021-02-24 17:34:04 +01:00
parent c2127389ed
commit d46ed9dea8
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
html, body, #app, main {
height: 100%;
margin: 0;
}
+1
View File
@@ -5,6 +5,7 @@ import router from './router'
import store from './store'
import App from './App'
import '@/assets/scss/main.scss'
Vue.use(Meta)