nextui-org / tailwind-variants

🦄 Tailwindcss first-class variant API
https://tailwind-variants.org
MIT License
2.42k stars 70 forks source link

TailwindCSS arbitrary values don't work #63

Closed stone89son closed 1 year ago

stone89son commented 1 year ago

Is there any way to configure it? I want margin-top: 65px, so I wrote mt-[65px] but it's not working. Code: <main className="container mx-auto max-w-7xl px-6 flex-grow mt-[65px]">

jrgarciadev commented 1 year ago

But you're not using Tailwind Variants there 🤔

stone89son commented 1 year ago

Thank to give me time talking, In NextUI, Is there any other way?