Arbitrary Values Will Not Compile #12884
Unanswered
reedpatterson
asked this question in
Help
Replies: 1 comment 7 replies
-
Consider checking:
Otherwise, please consider providing a project that reproduces the unexpected behavior. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I've been using tailwindcss for a while, and have never had any problems with arbitrary values until starting this new project. My content string is picking up the files, as both built-in and extended classes are being compiled; the only exception is with regular, hardcoded, arbitrary values.
In the debugger, you can see the arbitrary valued class applied to the element with no style being rendered.

If i were to replace it with a random color, it complies in just fine.

I believe my tailwind configuration and set up is all correct. I'm having a hard time researching this issue, since the topic is diluted with questions trying to establish dynamic arbitrary classes, which I know isn't possible. I am using Angular 17 and tailwindcss 3.4.1
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions