Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@benface benface released this 07 Apr 17:52
· 17 commits to master since this release

Added

  • Tailwind 1.0.0 compatibility
  • Added a 3d option (false by default) to generate a bunch of new utilities (see README for more info)
  • Added a transform theme object for custom transforms (it’s also what generates the transform-none utility)
  • Added a negativeScale theme object (useful for flipping an element horizontally and/or vertically)
  • Added perspective and perspectiveOrigin theme objects (for use with the new 3d option)

Changed

  • The plugin doesn’t accept a config object anymore; instead it finds what it needs in the theme and variants keys of your config (see README for more info)
  • Transform origin utilities and responsive variants are now generated by default
  • Renamed the transform origin classes from transform-origin-[key] to transform-[key]