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

Releases: tailwindlabs/tailwindcss-jit

v0.1.8

25 Mar 21:11
Compare
Choose a tag to compare

Added

  • Direct support for @import 'tailwindcss/{layer}' syntax (#145)
  • Support for custom extractors (#125)

v0.1.7

22 Mar 23:39
Compare
Choose a tag to compare

Fixed

  • Clone nodes to prevent bugs related to rule cache mutation (#141)

v0.1.6

22 Mar 13:02
Compare
Choose a tag to compare

Fixed

  • Add initial support for recursive @apply (#136)

v0.1.5

20 Mar 16:26
Compare
Choose a tag to compare

Fixed

  • Fix extending gradient colors directly (#127)

v0.1.4

19 Mar 19:51
Compare
Choose a tag to compare

Added

  • Support arbitrary values for transition-duration (#99)
  • Support completely arbitrary values for margin (#105)
  • Support CSS custom properties in arbitrary values (d628fbc)
  • Support completely arbitrary values for inset (3ea5421
  • Support completely arbitrary width/height/min-width/max-width/min-height/max-height (76ba529, 6e55976)

Fixed

  • Fix issues when project paths have spaces (#106)
  • Fix negative classes when using a prefix (#114)
  • Fix issues with Windows-style paths (#118)
  • Ensure commas are escaped when applying variants (#119

v0.1.3

17 Mar 12:45
Compare
Choose a tag to compare

Fixed

  • Escape commas in class names to workaround minifier bug (#91)

v0.1.2

17 Mar 10:29
Compare
Choose a tag to compare

Fixed

  • Don't apply !important to direct children of at-rules or in keyframes (#69)
  • Fix handling of outline offsets (#89)

v0.1.1

16 Mar 17:33
Compare
Choose a tag to compare
  • Don't collapse adjacent @font-face rules (#30)

v0.1.0

15 Mar 16:43
Compare
Choose a tag to compare

Initial release!