Basic setup

This commit is contained in:
2017-11-07 20:11:27 +01:00
parent 199f6d6d97
commit 42c657adf3
7 changed files with 3585 additions and 3 deletions

8
app/styles/app.scss Normal file
View File

@@ -0,0 +1,8 @@
@import "bourbon";
body {
background-color: white;
font-size: 16px;
font-family: sans-serif;
color: #222;
}