Replies: 1 comment
-
As per the documentation, you can use <style type="text/tailwindcss">
@theme {
--color-clifford: #da373d;
}
</style> |
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
Uh oh!
There was an error while loading. Please reload this page.
-
HI Guys, im using tailwind from a cdn - have no way for build) my css file is using schadcn and i see in schadcn there are css variables like bg-background text-foregroud etc. thos variables are accepted by the tailwind file which meand they are in the cdn file ? is that correct ? if so did taiwldin automtically put schandc variables in the tailwind css file ? if i want to add my own colors like bg-primary-1 how can i do it with the cdn version. ? here is my css file
Beta Was this translation helpful? Give feedback.
All reactions