We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It does not seem to work with the responsive utility variants
md:w-12%
is that correct? Because that's what I needed
The text was updated successfully, but these errors were encountered:
found a simple solution. In tailwind 2.x you need to add the variants by specifying them in addUtilities()
addUtilities(newUtilities,['responsive']);
Sorry, something went wrong.
No branches or pull requests
It does not seem to work with the responsive utility variants
is that correct? Because that's what I needed
The text was updated successfully, but these errors were encountered: