Skip to content

Commit

Permalink
fix(demo): Close tags
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed May 12, 2020
1 parent 4d84150 commit 353f25c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/src/index.re
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ module Link = [%styled.div {|
margin-top: 16px;
|}];

module Line = [%styled.span]
module Wrapper = [%styled ""]
module Line = [%styled.span];
module Wrapper = [%styled ""];

let space = "10px";

Expand All @@ -50,7 +50,7 @@ ReactDOMRe.renderToElementWithId(
</Link>
<Wrapper>
<Line />
<Wrapper>
</Wrapper>
</App>,
"app"
);
1 change: 1 addition & 0 deletions docs/refs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This are some resources that I collect while creating this ppx. It showcase some
- https://github.com/thierry-martinez/metapp
- https://github.com/tizoc/refractive-ppx/blob/master/lib/refractive_ppx.re
- https://github.com/tizoc/ppx_pgsql#named-arguments-syntax
- https://github.com/wiltonlazary/lang_ppx/blob/master/src/Lang_ppx.re

- Compilation of AST Helpers from ppx's
- https://github.com/MinimaHQ/re-formality/blob/master/lib/ppx/AstHelpers.re
Expand Down

0 comments on commit 353f25c

Please sign in to comment.