Open
Description
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 previoustext-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:
Node v22.16.0, very basic CSS file:
// assets/styles/app.css
@import 'tailwindcss' source("../../templates");
Metadata
Metadata
Assignees
Labels
No labels