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

Programmatically get class names from `tailwind.css` file #1

Closed dylanirlbeck closed 4 years ago

dylanirlbeck commented 4 years ago

We'll be using the ocaml-css-parser located here: https://github.com/astrada/ocaml-css-parser.