UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

15 lines (13 loc) 306 B
import { defu as merge } from 'defu' export function getPosthtmlOptions(userConfigOptions = {}) { return merge( userConfigOptions, { recognizeNoValueAttribute: true, recognizeSelfClosing: true, directives: [ { name: '?php', start: '<', end: '>' }, ], } ) }