forked from tjkohli/nebula-ui-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.less
executable file
·37 lines (34 loc) · 966 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
// Nebula UI
// An Atom theme that's out of this world.
//
// Copyright (c) 2017 TJ Kohli / tjkohli.com
// -----------------------------------------
// REFERENCE / The important stuff
// -------------------------------
@import (reference) "octicon-mixins";
@import (reference) "styles/ui-variables";
@import (reference) "styles/ui-mixins";
// CORE / The meat of the sandwich
// -------------------------------
@import "styles/base";
@import "styles/buttons";
@import "styles/editor";
@import "styles/find-and-replace";
@import "styles/forms";
@import "styles/git";
@import "styles/key-binding";
@import "styles/lists";
@import "styles/panels";
@import "styles/progress";
@import "styles/scrollbars";
@import "styles/settings";
@import "styles/sites";
@import "styles/status-bar";
@import "styles/tabs";
@import "styles/text";
@import "styles/tooltips";
@import "styles/tree-view";
// CUSTOM / Meh
// ------------
@import "styles/nebula";
@import "styles/plugins";