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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://codesandbox.io/p/sandbox/swiper-pagination-forked-dstj52
When using tailwind arbitrary properties classes https://tailwindcss.com/docs/adding-custom-styles#arbitrary-properties the querySelectorAll fails for pagination
Uncaught SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '.[&>*]:h-2' is not a valid selector.
Even though [&>*] is a completely valid tailwind selector. Characters like "[" and "]" probably aren't escaped
This is not a duplicate of #4403 where I mentioned the issue a month ago but didn't get a reply.
Any tailwind possible class to work
No response
^11.2.0
macOS Safari
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-pagination-forked-dstj52
Bug description
When using tailwind arbitrary properties classes https://tailwindcss.com/docs/adding-custom-styles#arbitrary-properties the querySelectorAll fails for pagination
Uncaught SyntaxError: Failed to execute 'querySelectorAll' on 'Element': '.[&>*]:h-2' is not a valid selector.
Even though [&>*] is a completely valid tailwind selector. Characters like "[" and "]" probably aren't escaped
This is not a duplicate of #4403 where I mentioned the issue a month ago but didn't get a reply.
Expected Behavior
Any tailwind possible class to work
Actual Behavior
No response
Swiper version
^11.2.0
Platform/Target and Browser Versions
macOS Safari
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: