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
Linting with tailwindcss/no-custom-classname rule and this markup:
tailwindcss/no-custom-classname
<div className="max-h-24" />
yields
Classname 'max-h-24' is not a Tailwind CSS class!
but it is a valid class.
The text was updated successfully, but these errors were encountered:
Hi @chadly, Thank you for sharing your bug report, I fixed the issue on v1.5.1. It was just published on npmjs few minutes ago: https://www.npmjs.com/package/eslint-plugin-tailwindcss
Let me know if you encounter any other bugs, feedback is always useful 👍
Sorry, something went wrong.
No branches or pull requests
Linting with
tailwindcss/no-custom-classname
rule and this markup:yields
but it is a valid class.
The text was updated successfully, but these errors were encountered: