Hi
When I visit my site (in production) on one computer I get extremely rounded corners on almost anything. I can see in the inspection tool that the:
.rounded-2xl {
border-radius: var(--radius-2xl);
}
On one computer --radius-2xl is === 1rem. On my other computer --radius-2xl === 64px.
I use Nuxt UI 3 alpha 10, which uses Tailwind v4. How the hell do I debug this?