text-red-500 works, whereas text-red-400 doesn't #12081
adarshSrivastava01
started this conversation in
General
Replies: 1 comment 2 replies
-
To generate the resulting CSS, Tailwind parses files that match the Tailwind On the other hand, To address this issue, consider adding the UI package to your Tailwind content configuration as follows:
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Hey Tailwind Community 👋,
I have been working on a yarn monorepo setup and I've been trying to setup a react UI component library which works fine, I am using tailwind version
^3.3.3
, when I am trying to export components from thepackages/ui
folder if I apply classes liketext-center
it works, if I apply class liketext-red-500
this works but when I am trying to apply class liketext-red-400
it does not and same goes for other variables, I have made sure that I have not made any changes to the default tailwind config file, I can see an issue posted in the issues section but some quick turnaround would be really helpful here.Beta Was this translation helpful? Give feedback.
All reactions