v1.0.2
This release adds support for Tailwind 1.4
target
In order to ensure email-compatible background-color
and color
utilities, this release uses target: 'ie11'
by default behind the scenes. However, you are free to override it in your tailwind.config.js
.
CSS purging
You can use Maizzle's purgeCSS
config options, the purge
config key from Tailwind, or even a combination of the two. Content sources, as well as PurgeCSS options are collected by Maizzle from both places and merged into a single config object that it uses to purge unused CSS.
This will always run only once, so you don't need to worry about it running twice just because you prefer using Tailwind's config for the PurgeCSS options 👍