-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtailwind.config.json
122 lines (122 loc) · 2.63 KB
/
tailwind.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"corePlugins": {},
"allowedLists": {
"classes": ["oyelowo", "oyedayo", "codebreather", "title-font"],
"modifiers": []
},
"theme": {
"screens": {},
"colors": {},
"spacing": {},
"backgroundPosition": {},
"backgroundSize": {},
"borderColor": {
"mana": {
"DEFAULT": "#cffafe",
"53": "#cffafe",
"200": "#a5f3fc",
"300": "#67e8f9",
"400": "#22d3ee",
"500": "#06b6d4",
"600": "#0891b2",
"700": "#0e7490",
"800": "#155e75",
"900": "#164e63"
}
},
"borderWidth": {},
"borderRadius": {},
"width": {},
"height": {},
"minWidth": {},
"minHeight": {},
"maxWidth": {},
"maxHeight": {},
"padding": {},
"margin": {},
"negativeMargin": {},
"shadows": {},
"zIndex": {},
"opacity": {},
"fill": {},
"stroke": {},
"breakAfter": {},
"extend": {
"screens": {
"tablet": "640px"
},
"aria": {
"asc": "sort=\"ascending\"",
"desc": "sort=\"descending\""
},
"data": {
"checked": "ui~=\"checked\""
},
"supports": {
"grid": "display: grid"
},
"colors": {
"transparent": "transparent",
"current": "currentColor",
"white": "#ffffff",
"purple": "#3f3cbb",
"midnight": "#121063",
"metal": "#565584",
"taxvhiti": "#3ab7bf",
"silver": "#ecebff",
"bubble-gum": "#ff77e9",
"bermuda": "#78dcca",
"tahiti": {
"DEFAULT": "#cffafe",
"100": "#cffafe",
"200": "#a5f3fc",
"300": "#67e8f9",
"400": "#22d3ee",
"500": "#06b6d4",
"600": "#0891b2",
"700": "#0e7490",
"800": "#155e75",
"900": "#164e63"
}
},
"spacing": {},
"backgroundPosition": {},
"backgroundSize": {},
"borderColor": {},
"borderWidth": {},
"borderRadius": {},
"width": {},
"height": {},
"minWidth": {},
"minHeight": {},
"maxWidth": {},
"maxHeight": {},
"padding": {
"DEFAULT": "1rem",
"sm": "1rem",
"md": "1rem",
"lg": "1rem",
"xl": "1rem",
"2xl": "1rem"
},
"margin": {},
"scrollMargin": {
"DEFAULT": "0px",
"sm": "0px",
"md": "0px",
"lg": "0px",
"xl": "0px",
"2xl": "0px"
},
"negativeMargin": {},
"shadows": {},
"zIndex": {},
"opacity": {},
"fill": {},
"stroke": {},
"breakAfter": {}
}
},
"variants": {},
"plugins": {}
}