Open
Description
What version of Tailwind CSS are you using?
For example: v4.0.17
What build tool (or framework if it abstracts the build tool) are you using?
https://github.com/rails/tailwindcss-rails
What operating system are you using?
macOS Ventura - Chip M1
Reproduction URL
Creation of a new Rails app that includes TailwindCSS.
rails new test --css=tailwind
Execution of the watch command.
rails tailwindcss:watch
Describe your issue
The terminal hangs after executing the watch command. Same application worked well after downgrading it back to v3.
I believe this is related to the hardware since I saw another user with M1 reporting the same issue here rails/tailwindcss-rails#509 (comment).