Closed ches4117 closed 10 months ago
You need to provide it with a config (otherwise it will use the default one).
You can use the one we have in the Starter:
https://github.com/maizzle/maizzle/blob/master/tailwind.config.js
Some utilities, like space-x
or divide-y
won't work in email, because they use complex selectors and CSS properties that most email clients don't support. In those cases it's better to just use margin/padding or a spacer/divider component.
Hello, when I use Maizzle api to render HTML having tailwind css, the generated html having css variables like below example.
This style will not render successfully in Gmail.