-
Command `maizzle watch` re-compiles only the one template that has been edited and saved, as to the documentation:
> Also, if you're editing a Template, Maizzle will only re-compile that Template, …
-
- Maizzle Version: #.#.#
- latest
- Node.js Version: #.#.#
- v12 latest LTS
Given the setup we have discussed in #461 and #293 issues, I have this variable in `config.js` for Laravel
```
"fixt…
-
- Maizzle Version: 3.5.0
- Node.js Version: 14.15.1
I'm building an email template framework for my organization. And the documentation states that repetitive code should be extracted in to compon…
-
Maizzle Version: 3.4.0
TailwindCSS Version: 2.1.1
Node.js Version: 15.14.0
When running `maizzle serve` with TailwindCSS JIT mode, saving `src/templates/promotional.html` will generate `build_loc…
-
- Maizzle Version: 3.5.1
- Node.js Version: 14
In 3.4.2 the following renders as expected:
``````
Which outputs:
``````
However, in 3.5.1, the result is:
``````
-
- Maizzle Version: 3.3.0
- Node.js Version: 15.4.0
I'm using Maizzle + Sendgrid.
when I declare my markdown content, I define links with escaped variable such as
`[my link](http://www.@{{varia…
-
Is it planned to generate minimal css with the new tailwindlabs/tailwindcss-jit instead of purging from the traditional huge set of Tailwind classes?
In my use case the files generated by Maizzle b…
-
- Maizzle Version:3.5.0
- Node.js Version: v13.10.1
I have a queston about Components in Layouts. Previously I had code that would pull items like footers into a layout. `
`
I've noticed after…
-
- Maizzle Version: #.#.#
latest ^3.5.0
- Node.js Version: #.#.#
v12.20.0
I have configured 2 build targets with different extensions for the output.
```
templates: [
{
source…
-
The only part of a button that is clickable is the text. This is especially noticeable on full-width buttons.
This might let a sloppy user miss a click which means a potential missed opportunity. …