Tailwind in blazor web assembly dotnet 9 #16289
-
Hi, i recently upgraded my webassembly project from dotnet 8 to 9 and my tailwind stopped working.
this worked when i ran the command Ps - i also updated my main css file to only have: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
The If you still want to use a legacy |
Beta Was this translation helpful? Give feedback.
Somewhere in the compatibility layer, values get converted to param case if they're defined as camelcase in the JS config. So as a workaround, you could:
primaryColor
toprimary-color
.@theme
, which can retain the camelcasing.