Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@benface benface released this 17 May 04:13
· 24 commits to main since this release

Added since 2.0.0-beta.2

  • Added radial gradient utilities (see README for more info)

Changed since 2.0.0-beta.2

  • Renamed the gradients theme and variants keys to linearGradients
  • 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

Fixed since 1.x

  • Single-color gradients now generate a transparent rgba() version of the color instead of using the transparent keyword, which is interpreted as rgba(0, 0, 0, 0) (transparent black) by Safari and the CSS spec