Skip to content

v3.0.1

Compare
Choose a tag to compare
@ben-rogerson ben-rogerson released this 19 Nov 23:17
· 45 commits to master since this release

This patch contains a fix for stitches:

  • Fixed stitches animation-x classes #758

And mostly fixes for arbitrary variant usage:

  • Fixed a variant ordering bug when using multiple variants #759
  • Fixed an error when non-media at-rules were used in arbitrary variants, eg: [@page]:m-0 #759
  • Fixed comma bug where arbitrary variants aren't visited individually for the auto parent selector #757
  • Fixed encoding bug in arbitrary variants when a number is added directly after a comma #757
  • Added error message when incorrect arbitrary variant combination containing commas is used #757
  • Removed a now unneeded error that notified us to add parent selectors #759

Reminder: Update tailwind to latest also or you'll probably see a pieces.some is not a function error:

# `twin.macro@3.01` requires `tailwindcss@>=3.2.0`
npm i twin.macro@latest tailwindcss@latest