maizzle / framework

Quickly build HTML emails with Tailwind CSS.
https://maizzle.com
MIT License
1.24k stars 49 forks source link

feat: use prettier for prettify transformer #1144

Closed cossssmin closed 10 months ago

cossssmin commented 10 months ago

This PR changes the prettify transformer from pretty to prettier (which makes sense if you think about it 😂).

Main reason behind this is for HTML/MSO comments to be correctly indented too.

Closes #1071.