Skip to content

v1.0.2

Compare
Choose a tag to compare
@cossssmin cossssmin released this 30 Apr 14:45
· 1652 commits to master since this release

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 👍

  • feat(tailwind): use target and purge options when compiling from string c642836
  • feat(tailwind): use purge options from tailwind config e756cdd
  • feat(tailwind): use ie11 as default target 0de0e73
  • chore: bump tailwindcss version d9fe4b6

v1.0.1...v1.0.2