Skip to content

Commit b5e7d06

Browse files
Added Background, Border, Color, Dimensions, Position & Typography settings
1 parent 6491bcf commit b5e7d06

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: theme.json

+21
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@
88
"spacing": {
99
"margin": true,
1010
"padding": true
11+
},
12+
"background": {
13+
"backgroundImage": true
14+
},
15+
"border": {
16+
"color": true,
17+
"radius": true,
18+
"style": true,
19+
"width": true
20+
},
21+
"color": {
22+
"link": true
23+
},
24+
"dimensions": {
25+
"minHeight": true
26+
},
27+
"position": {
28+
"sticky": true
29+
},
30+
"typography": {
31+
"lineHeight": true
1132
}
1233
}
1334
}

0 commit comments

Comments
 (0)