Skip to content

Commit

Permalink
Merge branch 'main' of github.com:/davesnx/styled-ppx into Turn-css-i…
Browse files Browse the repository at this point in the history
…nto-native-compatible

* 'main' of github.com:/davesnx/styled-ppx:
  Update README.md
  Remove omp
  • Loading branch information
davesnx committed Aug 29, 2023
2 parents b8f9228 + 6419465 commit 405aeb4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Install the **[vim plugin](https://github.com/ahrefs/vim-styled-ppx/blob/main/RE
## Contributing

We would love your help improving **styled-ppx**!. Please see our contributing and community guidelines, they'll help you get set up locally and explain the whole process: [CONTRIBUTING.md](./CONTRIBUTING.md).
We would love your help improving **styled-ppx**! Please see our contributing and community guidelines, they'll help you get set up locally and explain the whole process: [CONTRIBUTING.md](./CONTRIBUTING.md).

## License

Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
(depends
(ocaml (and (>= 4.14.0) (< 5.0.0)))
(menhir (= 20220210))
(ocaml-migrate-parsetree (= 2.4.0))
(ppx_deriving (>= 5.0))
(ppx_deriving_yojson (>= 3.7.0))
(ppxlib (>= 0.27.0))
Expand Down
16 changes: 16 additions & 0 deletions packages/ppx/test/snapshot/reason/label.t/input.re
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,19 @@ 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;
};
*/
10 changes: 10 additions & 0 deletions packages/reason-css-parser/ppx/dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@
(name reason_css_parser_ppx)
(kind ppx_rewriter)
(wrapped false)
<<<<<<< HEAD
(libraries
styled-ppx.css-spec-parser
ppxlib
ppxlib.astlib
reason_css_parser_ppx_lib)
||||||| 7db3ba6
(libraries
ocaml-migrate-parsetree
styled-ppx.css-spec-parser
ppxlib
reason_css_parser_ppx_lib)
=======
(libraries styled-ppx.css-spec-parser ppxlib reason_css_parser_ppx_lib)
>>>>>>> 641946568320cde0b6bdaf621df14ce1940e1468
(modules Reason_css_parser_ppx)
(preprocess
(pps ppxlib.metaquot)))
1 change: 0 additions & 1 deletion styled-ppx.opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ depends: [
"dune" {>= "3.8"}
"ocaml" {>= "4.14.0" & < "5.0.0"}
"menhir" {= "20220210"}
"ocaml-migrate-parsetree" {= "2.4.0"}
"ppx_deriving" {>= "5.0"}
"ppx_deriving_yojson" {>= "3.7.0"}
"ppxlib" {>= "0.27.0"}
Expand Down

0 comments on commit 405aeb4

Please sign in to comment.