Skip to content

Commit cc42a14

Browse files
authored
Add the gap property to jsxDOMStyle (#5956)
1 parent 3cbbb59 commit cc42a14

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

jscomp/main/builtin_cmi_datasets.ml

+4-4
Large diffs are not rendered by default.

jscomp/others/jsxDOMStyle.ml

+2
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@
394394
[@ns.optional];
395395
order: string
396396
[@ns.optional];
397+
gap: string
398+
[@ns.optional];
397399
textDecorationColor: string
398400
[@ns.optional];
399401
(* Text Decoration Level 3 - CR *)

lib/4.06.1/unstable/js_compiler.ml

+4-4
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml

+4-4
Large diffs are not rendered by default.

lib/4.06.1/whole_compiler.ml

+4-4
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)