79662449

Date: 2025-06-11 18:06:20
Score: 7 🚩
Natty:
Report link

I'm facing the same problem.

My project is a React Typescript with vite and tailwind installed.

I don't have tailwind.config.ts, however I have components.json with the following content below.

All my custom components are in /components and shadcdn components are in /components/ui.

Any thoughts?

{
  "$schema": "https://ui.shadcn.com/schema.json",
  "style": "new-york",
  "rsc": false,
  "tsx": true,
  "tailwind": {
    "config": "",
    "css": "./index.css",
    "baseColor": "neutral",
    "cssVariables": true,
    "prefix": ""
  },
  "aliases": {
    "components": "@/components",
    "utils": "@/lib/utils",
    "ui": "@/components/ui",
    "lib": "@/lib",
    "hooks": "@/hooks"
  },
  "iconLibrary": "lucide"
}
Reasons:
  • Blacklisted phrase (1): m facing the same problem
  • Blacklisted phrase (1.5): Any thoughts
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I'm facing the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Mauricio Vinicius