Tailwindcss Jit Versions Save

v0.1.18

2 years ago

Added

  • Add support Svelte's class: syntax (#183)

v0.1.17

3 years ago

Added

  • Add support for prefix as a function (#177)

v0.1.16

3 years ago

Added

  • Add support for selectors in important option (#175)

v0.1.15

3 years ago

Added

  • Add !font-bold-style important modifier #(#174)

v0.1.14

3 years ago

Fixed

  • Fix infinite recursion on ]-[] candidate (#172, 5b366f2)

v0.1.13

3 years ago

Fixed

  • Fix infinite recursion issue with TypeScript syntax (#167)

v0.1.12

3 years ago

Fixed

  • Support custom modifiers with double dashes (#164)

v0.1.11

3 years ago

Added

  • Add explicit errors for unsupported @apply in nested CSS (#161)
  • Add TAILWIND_DISABLE_TOUCH environment flag for using native bundler dependency tracking for template files (very experimental/unstable, only works in webpack 5) (#162)
  • Add TAILWIND_TOUCH_DIR environment variable for overriding default touch file location (advanced) (#152)

v0.1.10

3 years ago

Fixed

  • Fix divide-style not generating, and divide-width not handling '0' properly (#157)

v0.1.9

3 years ago

Fixed

  • Respect order of sibling declarations when mixing @apply with regular CSS properties (#155)