framework icon indicating copy to clipboard operation
framework copied to clipboard

Quickly build HTML emails with Tailwind CSS.

Results 20 framework issues
Sort by recently updated
recently updated
newest added

- Maizzle Version: 4.0.2 - Node.js Version: 14.19.3 Config used (from the docs): ``` minify: { lineLengthLimit: 500, removeIndentations: true, breakToTheLeftOf: [], } ``` In the one email I'm working...

- Maizzle Version: 4.0.2 - Node.js Version: 18.5.0 While upgrading from `@maizzle/[email protected]` and `@maizzle/[email protected]` I noticed the build output was different in v4. It seems like any `@media {}` or...

- Maizzle Version: 4.0.2 - Node.js Version: 16.16.0 Issue is only happening on Vercel. The same code fails only 50% of the time. Emails render just fine locally ERROR Error:...

I'm having a hard time getting `.prose` working with `[@tailwindcss/typography](https://tailwindcss.com/docs/typography-plugin)`. I figured you just need `require('@tailwindcss/typography')` in your tailwind config `plugins`, but when I run `maizzle build` I get the...

- Maizzle Version: 4.0.2 - Node.js Version: 16.13.1 I'm using maizzle to programmatically render emails and I don't use any maizzle environment as my config is inlined in my code....

- Maizzle Version: 1.4.0 - Node.js Version: 16.13.1 Hey there! I've got a feature request following [my recent stream](https://www.twitch.tv/videos/1519288708). I was stuck at doing this and think the way it...

I upgraded from v3 to v4, the top level `plaintext: true` does not generate plain text templates anymore. I had to put the plaintext object in `build.templates` to make it...

- Maizzle Version: 3.7.3 - Node.js Version: 18.0.0 (and 16.15.0, npm 8.5.5) It seems that node_modules/.bin/maizzle executable ends up in DOS mode. Maizzle versions affected: @maizzle/cli: - 1.5.1 (1.5.0 and...

- Maizzle Version: Framework v3.7.3 - Maizzle Version: CLI v1.4.0 - Node.js Version: v16.13. I didn't see anything specific in the documentation. Would it be possible to create components as...

feature request

This is a feature request for rewriting the library in **typescript** as it gives a much better DX experience and helps in finding bugs at an earlier stage. This could...

feature request