Skip to content

Fix missing Tailwind config path in components.json #4

Description

@coderabbitai

Issue Description

Currently in components.json, the Tailwind configuration path is empty:

"tailwind": {
  "config": "",
  "css": "src/app/globals.css",
  ...
}

This empty path prevents tools from correctly locating your Tailwind configuration file.

Recommended Fix

Update the config path to point to your actual Tailwind configuration file:

"tailwind": {
  "config": "tailwind.config.js",
  "css": "src/app/globals.css",
  ...
}

References

This issue was identified in PR #1 discussion.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions