Tailwindcss Jit Versions Save

v0.1.8

3 years ago

Added

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

v0.1.7

3 years ago

Fixed

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

v0.1.6

3 years ago

Fixed

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

v0.1.5

3 years ago

Fixed

  • Fix extending gradient colors directly (#127)

v0.1.4

3 years ago

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

3 years ago

Fixed

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

v0.1.2

3 years ago

Fixed

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

v0.1.1

3 years ago
  • Don't collapse adjacent @font-face rules (#30)

v0.1.0

3 years ago

Initial release!