Tailwindcss Filters Versions Save

Tailwind CSS plugin to generate filter and backdrop filter utilities

v3.0.0

4 years ago

Changed

  • Changed to use Tailwind 1.2’s new plugin definition syntax

v2.0.0

5 years ago

Changed since 2.0.0-beta.1

  • Added support for global variants thanks to Tailwind’s variants() helper function

Added since 1.x

  • Tailwind 1.0.0 compatibility

Changed since 1.x

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default

v2.0.0-beta.1

5 years ago

Added

  • Tailwind 1.0.0 compatibility

Changed

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Responsive variants are now generated by default

v1.0.2

5 years ago

Added

  • Added proper tests with Jest