Custom Theme Variables were missing #122
JibberJang
started this conversation in
General
Replies: 0 comments
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.
-
I'd like to add this in case anyone else runs into this.
Tailwind v4 in Blazor WASM app - I had issues with custom color variables defined under @theme weren't showing up (namely --color-primary-100) in the autocomplete. Changing the type to
@theme static .....fixed this.It doesn't seem super consistent but it may help others out!
Beta Was this translation helpful? Give feedback.
All reactions