Fixed
- fixed an issue where utilities in Templates inside directories with dots in their name (like
src/templates/test.com
) were not being generated
Changed
- add
{raw: html, extension: 'html'}
to Tailwind'scontent.files
only ifhtml
was passed to the Tailwind compiler - this happens/is needed only when using Maizzle programmatically, so we removed it for normal use cases