summaryrefslogtreecommitdiff
path: root/style.scss
blob: 60c0ccf10927e756775579e7376fcc35a62985bd (plain)
1
2
3
4
5
6
7
8
9
10
// Common widgets
@use "scss/widgets";

// Modules
@use "scss/bar";
@use "scss/notifpopups";

* {
    all: unset; // Remove GTK theme styles
}