dylanirlbeck / tailwind-ppx

A Reason/OCaml Pre-Processor eXtension (PPX) that validates your Tailwind classes at compile-time.
MIT License
152 stars 15 forks source link

Clean up dependencies and dune files #11

Closed dylanirlbeck closed 4 years ago

dylanirlbeck commented 4 years ago

There are dependencies that should either be (a) deleted or (b) moved to a devDependency.

dylanirlbeck commented 4 years ago

This actually matters less because this PPX should be installed as a dev dependency, but still a good practice. I'm going to loosely follow the structure of graphql_ppx's package.json.