Skip to content

Commit

Permalink
Update snapshots for css-support
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jun 27, 2024
1 parent 38e0e31 commit 4b80cb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/ppx/test/css-support/box-alignment-module.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,11 @@ This test only runs against Css_Js_Core from styled-ppx.css_native
CssJs.gap2(~rowGap=`zero, ~columnGap=`em(1.));
CssJs.gap(`em(1.));
CssJs.gap2(~rowGap=`em(1.), ~columnGap=`em(1.));
CssJs.unsafe({js|columnGap|js}, {js|0|js});
CssJs.unsafe({js|columnGap|js}, {js|1em|js});
CssJs.unsafe({js|columnGap|js}, {js|normal|js});
CssJs.unsafe({js|rowGap|js}, {js|0|js});
CssJs.unsafe({js|rowGap|js}, {js|1em|js});
CssJs.columnGap(`zero);
CssJs.columnGap(`em(1.));
CssJs.columnGap(`normal);
CssJs.rowGap(`zero);
CssJs.rowGap(`em(1.));
CssJs.unsafe({js|marginTrim|js}, {js|none|js});
CssJs.unsafe({js|marginTrim|js}, {js|in-flow|js});
CssJs.unsafe({js|marginTrim|js}, {js|all|js});

0 comments on commit 4b80cb6

Please sign in to comment.