phthhieu / re-tailwind

Brings TailwindCSS https://tailwindcss.com to ReasonML
https://phthhieu.github.io/re-tailwind
MIT License
119 stars 2 forks source link

Width generates incorrect javascript #10

Closed tcoopman closed 4 years ago

tcoopman commented 4 years ago

According to the tailwind docs (https://tailwindcss.com/docs/width), the fractional widths should be specified in "w-1/3". But you generate "w-1_3" instead.