refactor: move styles to seperate folder

This commit is contained in:
tux
2025-09-24 21:57:45 +05:30
parent ae3bc364be
commit e09d781605
8 changed files with 27 additions and 22 deletions

11
style/main.scss Normal file
View File

@@ -0,0 +1,11 @@
// base
@use "./_base.scss";
// bar
@use "./_bar.scss";
// launcher
@use "./_launcher.scss";
// notifications
@use "./_notification.scss";