I'm using Nuxt UI for the documentation of my module, Nuxt Social Share, that you can see live here: https://nuxt-social-share.stefanobartoletti.it/
It works fine except for some components, whose layout is broken and that look like some of their Tailwind classes are not correctly applying their style.
I'm not exactly sure about what could be causing this, if I run pnpm docs:generate && pnpm docs:preview locally, everything seems fine, but building the static site on the deploy platform (in this case Netlify, but I tested it also on Vercel with the same issue), the layout is broken.
Has this already happened to somebody else?
How can this be solved? The source code of the documentation site is open and available here https://github.com/stefanobartoletti/nuxt-social-share/tree/main/docs