Setup project structure
This commit is contained in:
parent
166bcc3fc2
commit
35a6544e65
44 changed files with 2439 additions and 1 deletions
5
src/jsMain/resources/style/style.scss
Normal file
5
src/jsMain/resources/style/style.scss
Normal file
|
@ -0,0 +1,5 @@
|
|||
$primary-background-color: yellow;
|
||||
|
||||
body {
|
||||
background: $primary-background-color;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue