+**CSS inline (Juice)** — Maizzle adds: `preferUnitlessValues` (default `true`, e.g. `0px` → `0`), `safelist`, `customCSS`, `styleToAttribute`, `widthElements` (default `['img','video']`), `heightElements`, `excludedProperties` (default `['--tw-shadow']`), `codeBlocks` (EJS/HBS preserved). Juice keys passed through include `removeStyleTags`, `removeInlinedSelectors` (default `true`), `applyWidth/HeightAttributes`, `inlineDuplicateProperties` (default `false`). Per-element overrides: `data-juice-duplicates` keeps duplicate same-property declarations on that element (e.g. a `font-size` fallback alongside a modern value), `data-juice-important` toggles `!important` preservation.
0 commit comments