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
READMEfor more info)
Changed since 2.0.0-beta.2
- Renamed the
gradientstheme 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
themeandvariantskeys of your config (seeREADMEfor 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 thetransparentkeyword, which is interpreted asrgba(0, 0, 0, 0)(transparent black) by Safari and the CSS spec