This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexporter.json
53 lines (53 loc) · 1.57 KB
/
exporter.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
46
47
48
49
50
51
52
53
{
"id": "eu.lmc.exporter-spirit-scss",
"name": "Spirit SCSS Exporter",
"description": "Spirit SCSS Exporter",
"author": "Jan Kryšpín <jan.kryspin@lmc.eu>",
"organization": "LMC s.r.o.",
"source_dir": "src",
"version": "2.1.0",
"usesBrands": true,
"config": {
"sources": "sources.json",
"output": "output.json",
"js": "src/js/functions.js"
},
"engines": {
"pulsar": "1.0.0",
"supernova": "1.0.0"
},
"tags": [
"SCSS",
"Tokens",
"Styles",
"Spirit"
],
"contributes": {
"configuration": [
{
"key": "defaultFontSize",
"default": 16,
"type": "number",
"label": "Default project font-size in px",
"description": "Used for calculation to rem",
"category": "Advanced"
},
{
"key": "fontFamilyFallback",
"default": ", sans-serif",
"type": "string",
"label": "Font Family fallback",
"description": "Font Family fallback",
"category": "Advanced"
},
{
"key": "breakpoints",
"default": "mobile,tablet,desktop",
"type": "string",
"label": "Breakpoints",
"description": "List available breakpoints. Separate them with comma. Example and default value: 'mobile,tablet,desktop'.",
"category": "Advanced"
}
]
}
}