When using Tailwindcss it is common to split the CSS over multiple files (for example we have colors.css, tokens.css, etc.) Curently cargo leptop watch regenrates the CSS only when the main CSS file changes and completely ignore '@import`'ed CSS files.
I tried to use the watch-additional-files option but I did not found a way to force a reload when one of the imported files changes.
It would be nice if cargo leptos watch could track all CSS files when building using Tailwind.