File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/ppx/test/css-support/box-alignment-module.t Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -196,11 +196,11 @@ This test only runs against Css_Js_Core from styled-ppx.css_native
196
196
CssJs. gap2(~ rowGap= `zero, ~ columnGap= `em(1 . ));
197
197
CssJs. gap(`em(1 . ));
198
198
CssJs. gap2(~ rowGap= `em(1 . ), ~ columnGap= `em(1 . ));
199
- CssJs. unsafe({js | columnGap| js}, {js | 0 | js} );
200
- CssJs. unsafe({js | columnGap| js}, {js | 1em | js} );
201
- CssJs. unsafe({js | columnGap| js}, {js | normal| js} );
202
- CssJs. unsafe({js | rowGap| js}, {js | 0 | js} );
203
- CssJs. unsafe({js | rowGap| js}, {js | 1em | js} );
199
+ CssJs. columnGap(`zero );
200
+ CssJs. columnGap(`em( 1 . ) );
201
+ CssJs. columnGap(` normal);
202
+ CssJs. rowGap(`zero );
203
+ CssJs. rowGap(`em( 1 . ) );
204
204
CssJs. unsafe({js| marginTrim| js}, {js| none | js});
205
205
CssJs. unsafe({js| marginTrim| js}, {js| in-flow| js});
206
206
CssJs. unsafe({js| marginTrim| js}, {js| all | js});
You can’t perform that action at this time.
0 commit comments