Updating packages and using scss.

This commit is contained in:
2022-07-07 04:36:26 +00:00
parent 0e6644b5ed
commit 71cd8c6f40
11 changed files with 164 additions and 154 deletions

View File

@ -1,4 +0,0 @@
$base-color: #282c34
body
background-color: $base-color

View File

@ -0,0 +1,5 @@
$base-color: #282c34;
body {
background-color: $base-color;
}