Replies: 3 comments
-
I followed all the docs(inlc shadcn) & tried all ways , but for some reason still its not working |
Beta Was this translation helpful? Give feedback.
-
@ebharathi Additionally, when adding a new colors, such as @theme inline {
--color-success: var(--success);
}
:root {
--success: oklch(0.7 0.13 161);
} Using |
Beta Was this translation helpful? Give feedback.
-
I have previously upgraded the tailwind v4 of a project. You can refer to this repo nextjs-nextra-starter and Commits CSS: styles/index.css |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I use shadcn, the shadcn components are rendered correctly using tailwindv4 but if i try to use it in my own code, it is not.
Edit:
bg-destructive is working but not text-destructive. flex is working everywhere but grid is not working anywhere
Then if i add new color,its not working
--color-success ,its not even shown/updated in browser's inspect
Beta Was this translation helpful? Give feedback.
All reactions