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
|`--cwd <dir>`| Use a different working directory when loading configuration.|
44
+
|`--output <file>`| Override the target file for the generated class list.|
45
+
|`--format <json\|lines>`| Switch between JSON output (default) and newline-delimited text. |
46
+
|`--css <file>`| Provide a CSS entry file when working with Tailwind v4 projects. |
47
+
|`--no-write`| Skip writing to disk and only return the collected classes.|
48
48
49
49
The CLI loads `tailwindcss-patch.config.ts` via `@tailwindcss-mangle/config`. Legacy configs continue to work; see the [migration guide](./MIGRATION.md) for hints on the new fields.
0 commit comments