Fixed
- fixed #497
- fixed an issue with template permalink in Front Matter not being respected when using maizzle build (with no env)
- fixed an issue with file types not being correctly excluded
- fixed an issue where the original file was not cleaned up from the destination path when using non-HTML source templates
- fixed and issue with using custom tailwind plugins (they were disabling the default
tailwindcss-box-shadow
plugin) 76e34b9
Changed
Node 16 has replaced Node 15 in the CI workflow.
- ci: add node 16 090b313
Removed
The postcss-nested
dependency has been removed. Since 3.5.3
, we are using @tailwindcss/nesting
which already includes it.