phthhieu / re-tailwind

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

Fix: Missing Margins #14

Closed Splingush closed 4 years ago

Splingush commented 4 years ago

m-0, m-2-m-64, m-px and m-auto were missing

See: https://tailwindcss.com/docs/margin/

EDIT: Oh, I see you're creating it via some scripts. If this can be updated by running them again, feel free to close this PR/let me know to close it.

phthhieu commented 4 years ago

@Splingush The script is for the initial code generation. Thanks for your update. We just released a new patch 0.0.10 for this update. Ref https://github.com/phthhieu/re-tailwind/blob/master/CHANGELOG.md#0010

Splingush commented 4 years ago

@phthhieu Great, thank you!