Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Aug 29, 2023
1 parent 8418153 commit b8f9228
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/ppx/test/snapshot/reason/label.t/input.re
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,3 @@ let fn2 = (x, y) =>
| B when y => [prop("by")]
| B => [prop("b")]
};

/* let className = [%cx {|
font-size: 28px;
|}];
let fn = () => {
let className = [%cx
{|
margin-bottom: 4px;
font-size: 28px;
|}
];
className;
};
*/

0 comments on commit b8f9228

Please sign in to comment.