Tailwind.css responsive classNames are applied to HTML elements but the actual classes are not sent to the browser
I’m working on a project that uses Next.js and Tailwind.css. I created a utility function for structure large classNames with breakpoints in a more readable way.
Tailwind.css responsive classNames applied to HTML elements but the actual classes are not sent to the browser
I’m working on a project that uses Next.js and Tailwind.css. I created a utility function for structure large classNames with breakpoints in a more readable way.