Anyone had any success with Tailwind in UXP?
I’ve got it partially working within a Vue 3 instance but not all the classes appear to be functioning. So far I’ve got flexbox classes working, but not gap
. I’ve had bg-[color]
working (albeit very inconsistently), but not text-[color]
, text-[size]
doesn’t appear to work either. I’ve tried these classes on both Spectrum Typographic elements and vanilla HTML.
I’m also finding that I have to do multiple reloads for some Tailwind classes to apply, but others happen instantly, and with no consistency.
I will stress that I’m running this in a Vue 3 instance and with Webpack.
Am I right in thinking that UXP and CSS are a bit funky?
I fully appreciate that neither Vue or Tailwind are expressly supported in UXP; this is mostly a purely experimental exercise on my part (although I plan to release the Vue stuff as a starter plugin soon). - I’d just like to know why it’s not working!