A utility-first CSS framework for rapid UI development.
Add `--silent` option to suppress output in `@tailwindcss/cli` (#20100)
Edited by: @RobinMalfait This PR adds a new `--silent` option to the `@tailwindcss/cli` to suppress output (except for errors). ## Test plan - Existing tests pass - A new integration test for the `--silent` option was added --- Original: ## Summary Small change to add a `--quiet` option. @adamwathan previously said this type of thing [sounded like a good idea](https://github.com/tailwindlabs/tailwindcss/issues/8050#issuecomment-1100164351): > [I] have made a note about the --silent option idea which I think definitely has value 👍🏻 This is helpful to keep logs high signal in some scenarios. For example, when I want AI to sift through my foreman logs, where "Done in X" becomes the dominant log message over time when running tailwind alongside other things. ## Test plan I've added an integration test. --------- Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
J
Jordan Brough committed
a480043a8aafa95a489d430cfc973b1f65925dec
Parent: 9f9b7c5
Committed by GitHub <noreply@github.com>
on 5/22/2026, 1:03:32 PM