Minor Changes
- BREAKING: Align composed
skew-x-*andskew-y-*utilities with Tailwind (#3935)
CSS v3 by emittingskewX(...) skewY(...). Elements combining both axes now
use Tailwind's matrix composition instead of the previous two-argument
skew(...)behavior. To preserve the previous geometry, migrate to a complete
arbitrary transform such astransform-[skew(12deg,6deg)].