mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
refactor: move styles to seperate folder
This commit is contained in:
11
style/main.scss
Normal file
11
style/main.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
// base
|
||||
@use "./_base.scss";
|
||||
|
||||
// bar
|
||||
@use "./_bar.scss";
|
||||
|
||||
// launcher
|
||||
@use "./_launcher.scss";
|
||||
|
||||
// notifications
|
||||
@use "./_notification.scss";
|
Reference in New Issue
Block a user