Skip to content

Commit 1083209

Browse files
authored
Update integrating-shadcn-ui.md (#192)
1 parent b1b8a4d commit 1083209

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/cookbook/integrating-shadcn-ui.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,14 @@ Now you can import and use your new button component from `@/components/ui/butto
131131

132132
> [!NOTE]
133133
> Check out the [`shadcn/ui` components gallery](https://ui.shadcn.com/docs/components/accordion) to explore all the beautiful components at your disposal.
134+
135+
136+
## Troubleshooting
137+
138+
If you're using `vite` and see this error `No Tailwind CSS configuration found at path....` (but do have a `tailwind.config.js`) ensure you've imported the CSS properly.
139+
```
140+
@tailwind base;
141+
@tailwind components;
142+
@tailwind utilities;
143+
```
144+
Reference: [Link to Common Github Issue](https://github.com/shadcn-ui/ui/issues/4677)

0 commit comments

Comments
 (0)