Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@benface benface released this 05 Aug 01:09

Added

  • Support for Tailwind 1.5 and 1.6

Changed

  • Changed the default borderColor from currentColor to transparent
  • Updated dependencies
  • Lock the Tailwind dependencies to specific versions to prevent any change to the generated CSS for the life of a given version of tailwindcss-config

Removed

  • Removed the tailwindcss-animations plugin along with the defaultAnimationDuration, maxAnimationDuration, animationDurationStep, maxAnimationDelay, and animationDelayStep options, since animation utilities are built into Tailwind 1.6
  • Removed the gapLegacy option since tailwindcss-gap now reads Tailwind’s target option (set it to ie11 to have the same output as the old gapLegacy: true)