File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,7 @@ export const getDisplayStyles = (prop?: DisplayTypes): CSSProp => {
165
165
flex_shrink,
166
166
flex_basis,
167
167
justify_content,
168
+ justify_items,
168
169
align_items,
169
170
align_self,
170
171
align_content,
@@ -210,6 +211,7 @@ export const getDisplayStyles = (prop?: DisplayTypes): CSSProp => {
210
211
${ flex_shrink && `flex-shrink: ${ flex_shrink } ;` }
211
212
${ flex_basis && `flex-basis: ${ flex_basis } ;` }
212
213
${ justify_content && `justify-content: ${ justify_content } ;` }
214
+ ${ justify_items && `justify-items: ${ justify_items } ;` }
213
215
${ align_items && `align-items: ${ align_items } ;` }
214
216
${ align_self && `align-self: ${ align_self } ;` }
215
217
${ align_content && `align-content: ${ align_content } ;` }
You can’t perform that action at this time.
0 commit comments