how to get conditional tailwind classes to work
I have this
and see in devtools resolving to
it works as expected. how do I re-enable the conditional logic without breaking it?
and see in devtools resolving to
w-[300px] for example, but width is not defined. however, if I remove the conditional logic and just setit works as expected. how do I re-enable the conditional logic without breaking it?
