Tailwind is being installed and configured even if I didn't selected it in the CLI:

{
"framework": "react",
"typescript": true,
"projectName": "backoffice",
"mode": "file-router",
"tailwind": false,
"packageManager": "pnpm",
"toolchain": "biome",
"variableValues": {},
"git": true,
"version": 1,
"existingAddOns": [
"clerk",
"start",
"t3env",
"tanstack-query"
]
}
I expected the CLI to respect my selections.
Which project does this relate to?
Create Tanstack App
Describe the bug
Tailwind is being installed and configured even if I didn't selected it in the CLI:

cta.json content:
Steps to Reproduce the Bug or Issue
Expected behavior
I expected the CLI to respect my selections.
Screenshots or Videos
No response
Platform
Additional context
No response