mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 22:55:54 +03:00
[GH-ISSUE #17] How tailwindcss is gets converted to inline CSS for email HTML #10
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chavda-bhavik on GitHub (Sep 22, 2023).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/17
Hey Arik, I'm building an email editor in my project and taking inspiration from maily.to editor.
Can you help me understand, when we click on
Copy Email HTML, how elements like button styled with tailwindcss gets converted to HTML with inline CSS?I can find here, that Tiptap provides function to convert content to HTML, but how tailwindcss classes gets converted to inline CSS?
Thanks
@arikchakma commented on GitHub (Sep 23, 2023):
Hello Chavda,
Please check this one. You can find everything there.
Thanks