Replies: 1 comment 1 reply
-
Try explicitly registering the components as sources. Otherwise, consider providing a git repo that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
installed tailwind inside v4.1 using this guide https://tailwindcss.com/docs/installation/framework-guides/nextjs
inside my next apps(apps/my-app). while using styling directly inside the page.tsx or any page it works
but when defining components inside the
ui/src
folder and importing them inside the apps the styling doesnt works. the text shows however the styling inside the divs and everything nothing shows..
Beta Was this translation helpful? Give feedback.
All reactions