Skip to content

v4.6.0

Latest

Choose a tag to compare

@flavorjones flavorjones released this 17 Jun 18:52
d4d95b3

v4.6.0 / 2026-06-17

Fixed

  • tailwindcss:watch now forwards stop signals (SIGINT/SIGTERM) to the spawned tailwindcss process, instead of letting it be orphaned. This happens when a process manager signals the watch task directly rather than the whole process group — most commonly Procfile-based managers like foreman in development. @jordan-brough