-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathoutput.json
More file actions
40 lines (40 loc) · 888 Bytes
/
output.json
File metadata and controls
40 lines (40 loc) · 888 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
32
33
34
35
36
37
38
39
40
{
"blueprints": [
{
"invoke": "colors.pr",
"write_to": "colors.json"
},
{
"invoke": "borders.pr",
"write_to": "borders.json"
},
{
"invoke": "fonts.pr",
"write_to": "fonts.json"
},
{
"invoke": "gradients.pr",
"write_to": "gradients.json"
},
{
"invoke": "measures.pr",
"write_to": "measures.json"
},
{
"invoke": "radii.pr",
"write_to": "radii.json"
},
{
"invoke": "shadows.pr",
"write_to": "shadows.json"
},
{
"invoke": "text.pr",
"write_to": "text.json"
},
{
"invoke": "typography.pr",
"write_to": "typography.json"
}
]
}