mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2025-10-10 12:51:54 +05:30
15 lines
192 B
SCSS
15 lines
192 B
SCSS
// base
|
|
@use "./_base.scss";
|
|
|
|
// bar
|
|
@use "./_bar.scss";
|
|
|
|
// launcher
|
|
@use "./_launcher.scss";
|
|
|
|
// notifications
|
|
@use "./_notification.scss";
|
|
|
|
// control center
|
|
@use "./_control-center.scss";
|