feat: webseite-js

This commit is contained in:
Philippe Torrel
2026-07-03 13:07:49 +02:00
parent 9a1be89bd8
commit ddaae120a7
14 changed files with 1490 additions and 36 deletions

View File

@@ -0,0 +1,7 @@
// sass dev/assets/scss/main.scss:assets/css/main.css
$bgColor: #333;
body {
background-color: $bgColor;
}