Source and server for serving built files.

This commit is contained in:
2019-01-07 23:15:36 +01:00
parent 6967541ba1
commit 7d0293a818
7 changed files with 148 additions and 0 deletions

18
src/scss/main.scss Normal file
View File

@@ -0,0 +1,18 @@
@import './typography.scss';
// @import 'bootstrap/dist/css/bootstrap.css';
// @import 'bootstrap-vue/dist/bootstrap-vue.css';
html, body {
margin: 0px;
padding: 0px;
line-height: 1;
}
#app {
color: black;
font-weight: 400;
}