@@ -63,13 +63,32 @@ export const scales = {
63
63
marginLeft : 'space' ,
64
64
marginX : 'space' ,
65
65
marginY : 'space' ,
66
+ marginBlock : 'space' ,
67
+ marginBlockEnd : 'space' ,
68
+ marginBlockStart : 'space' ,
69
+ marginInline : 'space' ,
70
+ marginInlineEnd : 'space' ,
71
+ marginInlineStart : 'space' ,
66
72
padding : 'space' ,
67
73
paddingTop : 'space' ,
68
74
paddingRight : 'space' ,
69
75
paddingBottom : 'space' ,
70
76
paddingLeft : 'space' ,
71
77
paddingX : 'space' ,
72
78
paddingY : 'space' ,
79
+ paddingBlock : 'space' ,
80
+ paddingBlockEnd : 'space' ,
81
+ paddingBlockStart : 'space' ,
82
+ paddingInline : 'space' ,
83
+ paddingInlineEnd : 'space' ,
84
+ paddingInlineStart : 'space' ,
85
+ inset : 'space' ,
86
+ insetBlock : 'space' ,
87
+ insetBlockEnd : 'space' ,
88
+ insetBlockStart : 'space' ,
89
+ insetInline : 'space' ,
90
+ insetInlineEnd : 'space' ,
91
+ insetInlineStart : 'space' ,
73
92
top : 'space' ,
74
93
right : 'space' ,
75
94
bottom : 'space' ,
@@ -109,6 +128,31 @@ export const scales = {
109
128
borderRightWidth : 'borderWidths' ,
110
129
borderRightColor : 'colors' ,
111
130
borderRightStyle : 'borderStyles' ,
131
+ borderBlock : 'borders' ,
132
+ borderBlockEnd : 'borders' ,
133
+ borderBlockEndStyle : 'borderStyles' ,
134
+ borderBlockEndWidth : 'borderWidths' ,
135
+ borderBlockStart : 'borders' ,
136
+ borderBlockStartStyle : 'borderStyles' ,
137
+ borderBlockStartWidth : 'borderWidths' ,
138
+ borderBlockStyle : 'borderStyles' ,
139
+ borderBlockStyle : 'borderStyles' ,
140
+ borderBlockWidth : 'borderWidths' ,
141
+ borderEndEndRadius : 'radii' ,
142
+ borderEndStartRadius : 'radii' ,
143
+ borderInline : 'borders' ,
144
+ borderInlineEnd : 'borders' ,
145
+ borderInlineEndStyle : 'borderStyles' ,
146
+ borderInlineEndWidth : 'borderWidths' ,
147
+ borderInlineStart : 'borders' ,
148
+ borderInlineStartStyle : 'borderStyles' ,
149
+ borderInlineStartWidth : 'borderWidths' ,
150
+ borderInlineStyle : 'borderStyles' ,
151
+ borderInlineStyle : 'borderStyles' ,
152
+ borderInlineWidth : 'borderWidths' ,
153
+ borderStartEndRadius : 'radii' ,
154
+ borderStartStartRadius : 'radii' ,
155
+ borderStyle : 'borderStyles' ,
112
156
outlineColor : 'colors' ,
113
157
boxShadow : 'shadows' ,
114
158
textShadow : 'shadows' ,
@@ -121,6 +165,12 @@ export const scales = {
121
165
maxHeight : 'sizes' ,
122
166
flexBasis : 'sizes' ,
123
167
size : 'sizes' ,
168
+ blockSize : 'sizes' ,
169
+ inlineSize : 'sizes' ,
170
+ maxBlockSize : 'sizes' ,
171
+ maxInlineSize : 'sizes' ,
172
+ minBlockSize : 'sizes' ,
173
+ minInlineSize : 'sizes' ,
124
174
// svg
125
175
fill : 'colors' ,
126
176
stroke : 'colors' ,
0 commit comments