Facing a strange issue where bg
classes are not getting applied.
#11181
abhinav-anshul
started this conversation in
General
Replies: 3 comments 1 reply
-
Consider checking the |
Beta Was this translation helpful? Give feedback.
0 replies
-
wow thanks! my utils folder wad not there. I did not bother to look because rest of the tailwind classes were rendering properly except for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am facing same issue.
|
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.
-
Hi,
I'm using NextJS App Router version
13.4.1
with Shadcn UI components.I have a very simple file as this -
For some reason, the
bg-red-500
is getting rendered on the screen, but the othersbg
is not (like the yellow one, neither the #ee615f one).If I convert all to
bg-red-500
, it does get painted on the screen.In the dev tools, say for this -
<div className="w-2 h-2 bg-[#EE615F] rounded-full"></div>
, all the other classes are there, with there respective values, but thebg-[#EE615F]
is no where. I can see thebg-white
from the parent element but not this one.How can I solve this issue? I think there is something really bad going one with cache or tooling in general. Please note I'm not a newbie developer or a beginner tailwind user.
Beta Was this translation helpful? Give feedback.
All reactions