Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Releases: benface/tailwindcss-layout

v2.0.0-beta.2

05 Apr 02:20
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Changed

  • Aspect ratio variants now default to ['responsive']

v2.0.0-beta.1

05 Apr 00:23
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Added

  • Tailwind 1.0.0 compatibility

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)
  • Two order utilities are now generated by default: order-first and order-last (as well as responsive variants)

Removed

  • Removed offset option/utilities (now available in Tailwind under inset)
  • Removed flexGrow and flexShrink options/utilities (now available in Tailwind)

v1.0.2

05 Nov 01:27
Compare
Choose a tag to compare

Added

  • Added proper tests with Jest