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
touch-action
Describe the bug A clear and concise description of what the bug is.
touch-action classes have been combinable for a couple years now, but this plugin considers them exclusive.
To Reproduce Steps to reproduce the behavior:
touch-pan-x
touch-pan-y
Expected behavior No error.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
eslint config file or live demo By providing a link to a live demo, a demo video or a github repo fixing the issue will be easier. https://stackblitz.com/edit/eslint-plugin-tailwindcss-edit?file=package.json
The text was updated successfully, but these errors were encountered:
👋 @timmywil I made a Tailwind Play to demonstrate the different cases and it should be easily fixed in the next release.
https://play.tailwindcss.com/vJfYBye86o
Sorry, something went wrong.
Please try this beta version:
npm i [email protected] -D
and give me feedbacks.
fix: issue #293
14e236e
Looks good to me, thanks!
Fixed in the latest release [email protected]
[email protected]
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is.
touch-action
classes have been combinable for a couple years now, but this plugin considers them exclusive.To Reproduce
Steps to reproduce the behavior:
touch-pan-x
andtouch-pan-y
on the same element.Expected behavior
No error.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
eslint config file or live demo
By providing a link to a live demo, a demo video or a github repo fixing the issue will be easier.
https://stackblitz.com/edit/eslint-plugin-tailwindcss-edit?file=package.json
The text was updated successfully, but these errors were encountered: