Setup project structure

This commit is contained in:
Lars Westermann 2019-02-05 22:18:15 +01:00
parent 166bcc3fc2
commit 35a6544e65
Signed by: lars.westermann
GPG key ID: 9D417FA5BB9D5E1D
44 changed files with 2439 additions and 1 deletions

View file

@ -0,0 +1,5 @@
$primary-background-color: yellow;
body {
background: $primary-background-color;
}