Skip to content

Tailwind being installed even if I didn't selected it in the CLI #85

Description

@GuilhermeAmado

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:
Image

cta.json content:

{
  "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"
  ]
}

Image

Image

Steps to Reproduce the Bug or Issue

  1. Run pnpm dlx create-tsrouter-app --add-ons
  2. Don't select that you want to use Tailwind
  3. Check the project after all is installed and configured

Expected behavior

I expected the CLI to respect my selections.

Screenshots or Videos

No response

Platform

  • OS: [Windows]
  • Version: [v0.12.0]

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions