-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.less
57 lines (32 loc) · 1.25 KB
/
main.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
// Environment
// ========================================================================
@environment: development;
// Paths
// ========================================================================
// Path to Bento CSS
@libs-path: "";
// Path to theme
@theme-path: "";
.set-paths();
.set-paths() when (@environment = development) {
@assets-path: "";
}
// Tools
// ========================================================================
// @import "@{libs-path}utilities/tool-name.less";
// Base
// ========================================================================
// @import "@{theme-path}fonts-theme-foo.less";
// @import "@{libs-path}components/component-base.less";
// Components
// ========================================================================
// @import "@{libs-path}components/component-name.less";
// @import "@{theme-path}component-theme-foo.less";
// Utilities
// ========================================================================
// @import "@{libs-path}utilities/util-name.less";
// Vars
// http://lesscss.org/features/#variables-feature-lazy-loading
// ========================================================================
@import "@{libs-path}vars-base.less";
// @import "@{theme-path}vars-theme-foo.less";