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

v3.0.0-beta.1

Choose a tag to compare

@benface benface released this 06 Feb 21:57
· 22 commits to main since this release

Added

  • Added maxLineHeight and lineHeightStep options that default to 40 and 1 respectively
  • Added maxTranslate and translateStep options that default to 200 and 5 respectively
  • Added minSkew, maxSkew, and skewStep options that default to -45, 45, and 5 respectively
  • Added min-w-auto and min-h-auto utilities

Changed

  • Changed the default value of gridResolution from 1 to 4
  • Changed the default value of maxPxSpacing from 0 to 16
  • Changed the default value of maxBorderWidth from 20 to 40
  • Changed the default value of rotateStep from 45 to 5
  • Updated plugins to their latest version

Removed

  • Removed the deprecated tailwindcss-transforms and tailwindcss-transitions plugins, since Tailwind 1.2 comes with transform and transition utilities
  • Removed the enable3dTransforms option, and as a result 3D transform utilities are no longer generated