How to do I use the min() function like the following in tailwind
width: min(50vw, 200px);
I have tried min-w-[200px], but it does not work as intended. Is it possible in tailwind CSS?
Thanks
How to do I use the min() function like the following in tailwind
width: min(50vw, 200px);
I have tried min-w-[200px], but it does not work as intended. Is it possible in tailwind CSS?
Thanks