forked from Visual-Corpa/atom-material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.less
39 lines (36 loc) · 947 Bytes
/
index.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
// Atom Material UI theme
@import "styles/ui-variables";
@import "styles/ui-mixins";
@import "styles/alert";
@import "styles/atom";
@import "styles/autocomplete";
@import "styles/background-tips";
@import "styles/buttons";
@import "styles/dock";
@import "styles/editor";
@import "styles/fuzzy-finder";
@import "styles/git";
@import "styles/github-panel";
@import "styles/incompatible-packages";
@import "styles/lists";
@import "styles/messages";
@import "styles/nav";
@import "styles/notifications";
@import "styles/overlays";
@import "styles/panels";
@import "styles/panes";
@import "styles/progress";
@import "styles/search-replace";
@import "styles/sites";
@import "styles/spinner";
@import "styles/tabs";
@import "styles/text";
@import "styles/title-bar";
@import "styles/tooltips";
@import "styles/tree-view";
@import "styles/utilities";
@import "styles/settings/main";
@import "styles/packages/main";
:root {
font-size: @font-size;
}