This repository has been archived by the owner on Dec 15, 2024. It is now read-only.
Changed
- Changed to use Tailwind 1.2’s new plugin definition syntax
- Flattened the theme configuration in order to support
theme.extend
which only allows extending top-level objects; in other words, thelinearGradients
object that contained nesteddirections
andcolors
objects has been replaced by two top-level theme objects,linearGradientDirections
andlinearGradientColors
; same forradialGradients
(radialGradientShapes
,radialGradientSizes
, etc.),conicGradients
(conicGradientStartingAngles
,conicGradientPositions
, etc.),repeatingLinearGradients
,repeatingRadialGradients
, andrepeatingConicGradients