Replies: 2 comments 1 reply
-
The FAQ section has answered this |
Beta Was this translation helpful? Give feedback.
1 reply
-
@import 'tailwindcss';
@import 'fumadocs-ui/css/black.css';
@import 'fumadocs-ui/css/preset.css';
+ @source '../../../node_modules/fumadocs-ui/dist/**/*.js'; Adding this line helped for me here :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I am using turborepo and having a apps/docs files which is this new project. Somehowe it seems that the fuma-ui is broken. In an indepent next project under any directory , it works fine.
Beta Was this translation helpful? Give feedback.
All reactions