sofn-xyz / mailing

Build, test, send emails with React
https://www.mailing.run
MIT License
3.61k stars 72 forks source link

Error after installing, removing tailwind dependency possible? #419

Closed Jarrodsz closed 1 year ago

Jarrodsz commented 1 year ago
Screenshot 2022-12-12 at 03 31 17

Would it be possible to remove the Tailwind Dependency? Im not using tailwind in my project.

psugihara commented 1 year ago

Hi @Jarrodsz,

We use tailwind to build the preview server UI. Did it not install when you installed mailing? Do you have a different problem with the dependency?

If you don't want to bring it to production, you can install the mailing package as a dev dependency (recommended) and tailwind will only be included in development.

Jarrodsz commented 1 year ago

Ah nevermind i see. I would just use the mail send ability preview only local love the project almost build something like this myself. I do like the rails mailer preview a little better though no offense. This is great package.

psugihara commented 1 year ago

I do like the rails mailer preview a little better though no offense

haha none taken, ActionMailer is great. Though I'd personally hate returning to .erb files.

Closing for now, lmk if you need help getting set up.