Skip to content

Releases: markusantonwolf/tailwind-css-plugin-filters

1.2.1

21 Jan 01:24
Compare
Choose a tag to compare

Updates

  • Renamed plugin in readme

1.2.0

21 Jan 01:07
Compare
Choose a tag to compare

Updates

  • Changed css custom property name
  • Renamed + git hub repo

1.1.0

13 Jan 02:01
Compare
Choose a tag to compare

Updates

  • Added new utilities: bg-blur-
  • Fixed dependencies issue with change-case

1.0

08 Dec 06:27
Compare
Choose a tag to compare
1.0

Tailwind CSS Filter Plugin

Features

  • CSS filters:
    • backdrop-filter: blur
    • filter: drop-shadow
    • filter: blur
  • Options:
    • variants: defines the variants to be created | default: ["responsive"]
    • utilities: defines the utilities to be created | default: ["drop-shadow","blur","backdrop-blur"]
    • debug: shows the new utilities | default: false