Skip to content

Commit 3df0aee

Browse files
authored
Add the gap property to jsxDOMStyle (#5951)
1 parent 8ab0c37 commit 3df0aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jscomp/others/jsxDOMStyle.res

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ type t = {
213213
flexWrap?: string,
214214
justifyContent?: string,
215215
order?: string,
216+
gap?: string,
216217
textDecorationColor?: string,
217218
/* Text Decoration Level 3 - CR */
218219
/* textDecoration - already defined by CSS2Properties */

0 commit comments

Comments
 (0)