Skip to content

Commit 6d6413f

Browse files
author
Hector Arce De Las Heras
committed
Add justify_items prop to display styles structure
1 parent 107615a commit 6d6413f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/styles/display.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export type DisplayTypes = {
1212
flex_shrink?: string;
1313
flex_basis?: string;
1414
justify_content?: string;
15+
justify_items?: string;
1516
align_items?: string;
1617
align_self?: string;
1718
align_content?: string;

0 commit comments

Comments
 (0)