This repository was archived by the owner on Dec 15, 2024. It is now read-only.
v2.0.0
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 tolinearGradients
- 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
andvariants
keys of your config (seeREADME
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 thetransparent
keyword, which is interpreted asrgba(0, 0, 0, 0)
(transparent black) by Safari and the CSS spec