-
Notifications
You must be signed in to change notification settings - Fork 1
/
styleguide.json
61 lines (61 loc) · 1.2 KB
/
styleguide.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
54
55
56
57
58
59
60
61
{
"typeScale": {
"steps": 6,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "minor-third"
},
"spaceScale": {
"steps": 9,
"viewportMin": 320,
"viewportMax": 1500,
"baseMin": 16,
"baseMax": 18,
"scaleMin": "minor-third",
"scaleMax": "perfect-fourth"
},
"fonts": {
"sans": "Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif",
"serif": "Georgia,Cambria,Times New Roman,Times,serif",
"mono": "Source Code,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace"
},
"theme": {
"accent": "#970a5f",
"back": "#fefbf6",
"fore": "#312a47",
"dark": {
"back": "#201935",
"accent": "#da5dc7"
}
},
"color": {
"fore-dark": "#312a47"
},
"properties": {
"site-max-width": "92rem",
"font-mono": "Source Code, Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace"
},
"grid": {
"steps": 6
},
"queries": {
"lg": "52em",
"xl": "72em"
},
"borders": {
"widths": [
1,
2,
4
]
},
"radii": [
2,
8,
16,
9999
]
}