14 lines
260 B
SCSS
14 lines
260 B
SCSS
/* style aggregator */
|
|
|
|
/* setup */
|
|
@import "style/prelude";
|
|
@import "style/colors";
|
|
@import "style/general";
|
|
|
|
/* modules & windows */
|
|
@import "style/bar";
|
|
@import "style/music";
|
|
@import "style/osd";
|
|
@import "style/system-menu";
|
|
@import "style/notifications";
|