-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnord.less
More file actions
31 lines (27 loc) · 778 Bytes
/
nord.less
File metadata and controls
31 lines (27 loc) · 778 Bytes
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
/*
* Copyright (c) 2016-present Sven Greb <development@svengreb.de>
* This source code is licensed under the MIT license found in the license file.
*/
/*
* References:
* 1. https://brackets.io
* 2. https://brackets-registry.aboutweb.com
* 3. https://github.com/adobe/brackets/wiki/Creating-Themes
* 4. https://github.com/adobe/brackets/wiki/Extension-package-format
* 5. https://github.com/adobe/brackets/wiki/How-to-Use-Brackets#preferences
* 6. http://lesscss.org
*/
/* +------+
+ Core +
+------+ */
@import url("styles/variables");
@import url("styles/editor");
@import url("styles/syntax");
/* +------------+
+ Extensions +
+------------+ */
@import url("styles/extensions");
/* +----+
+ UI +
+----+ */
@import url("styles/ui");