mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 04:41:55 +05:30
18 lines
248 B
SCSS
18 lines
248 B
SCSS
// base
|
|
@use "./_base.scss";
|
|
|
|
// bar
|
|
@use "./_bar.scss";
|
|
|
|
// launcher
|
|
@use "./_launcher.scss";
|
|
|
|
// notifications
|
|
@use "./_notification.scss";
|
|
|
|
// control center
|
|
@use "./_control-center.scss";
|
|
|
|
// wallpaper manager
|
|
@use "./_wallpaper-manager.scss";
|