-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathconfig.json
45 lines (45 loc) · 905 Bytes
/
config.json
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
{
"title": "Atomic Lab.",
"description": "this is an amazing styleguide generator",
"local_file_path": "./components.json",
"run_script": true,
"enable_editing": true,
"breakpoint": {
"pc": 1024,
"tablet": 768,
"smartphone": 480
},
"order": {
"atom" : 0,
"molecule": 1,
"organism": 2,
"template": 3
},
"css_dependencies": [
"//cdn.kokush.in/units/1.0.1-beta/units.min.css"
],
"lang": "en",
"markup": "ejs",
"styling": "scss",
"parser": {
"preview": {
"start": "<!--\\s*@\\s*preview",
"end": "-->"
},
"note": {
"start": "<!--\\s*@\\s*note",
"end": "-->"
},
"template": {
"start": "<!--\\s*@\\s*template(.*?)-->",
"end": "<!--\\s*@\\s*\/template(.*?)-->"
},
"doc": {
"start": "<!--\\s*@\\s*doc",
"end": "-->"
},
"variable": {
"mark": "{(.*?)}"
}
}
}