Standalone CLI watch not working in the Docker dev container, but works (albeit with some quirks) on Windows · Issue #18118 · tailwindlabs/tailwindcss · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailwind CSS CLI v4.1.7 Windows 11 x64 seems to work "fine". Editing templates/test/index.html.twig:
Add text-2xl, the class is added to the output ✅
Change the class to font-bold, the class is added but previous text-2xl isn't removed 🛑
This is intended behavior — like a kind of history or cache — where previously 'seen' classes are never removed?
The main issue I'm facing — however — is running Tailwind CSS CLI in a Docker container Debian 12 (bookworm) x86_64: isn't working at all, no class is added to the output: