css : move to sass

This commit is contained in:
isUnknown 2026-05-14 18:44:59 +02:00
parent 7a498da332
commit 1b108ac44f
8 changed files with 551 additions and 40 deletions

4
assets/css/style.scss Normal file
View file

@ -0,0 +1,4 @@
@import "src/_reset.scss";
@import "src/_main.scss";
@import "src/_nav.scss";
@import "src/_mobile.scss";