Tailwind classes not applying while using Nuxt UI v3
I'm running into some strange behaviors with Nuxt, using NuxtUI v3.
I followed the installation guide on the Nuxt site (including wrapping <NuxtPage> in <UApp>). Using components like <UCard> works and displays, but trying to apply classes like
I'm not sure what I'm doing wrong, haha
I followed the installation guide on the Nuxt site (including wrapping <NuxtPage> in <UApp>). Using components like <UCard> works and displays, but trying to apply classes like
class="font-bold" doesn't do anything. I also tried adding a font in my theme, but trying to apply those doesn't result in anything either.I'm not sure what I'm doing wrong, haha