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

Fixing whitespace issues #66

Closed dylanirlbeck closed 4 years ago

dylanirlbeck commented 4 years ago

Fixes an issue where the following code would cause a compiler error due to the newline

[%tw "flex flex-row mt-2
   justify-content"] // ERROR: Class name not found: justify-content...