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

2
src/jsMain/resources/require.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View file

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