@maizzle/framework
Version:
Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.
20 lines (19 loc) • 328 B
JavaScript
export default {
root: './',
tag: 'component',
fileExtension: ['html'],
folders: [
'layouts',
'emails',
'templates',
'components',
'src/layouts',
'src/templates',
'src/components'
],
expressions: {
loopTags: ['each', 'for'],
missingLocal: '{local}',
strictMode: false,
},
}