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
Hi there 👋
I was wondering what the reason is for having a dot in the regex to search for class names? Are there tailwind class names that include a dot?
The reason I'm asking is, because this way HAML templates don't work: https://regex101.com/r/hiAKC7/2
Without dots, it finds all class names for both html and haml templates: https://regex101.com/r/0JJDKQ/1
Except I'm missing something?
The text was updated successfully, but these errors were encountered:
If you can do a PR with enough tests to verify that everything else is still working, then have at it!
Sorry, something went wrong.
Ooooh, this is cool. I'll try to take a stab at it in a little bit.
I've opened a PR here: #38
No branches or pull requests
Hi there 👋
I was wondering what the reason is for having a dot in the regex to search for class names? Are there tailwind class names that include a dot?
The reason I'm asking is, because this way HAML templates don't work:
https://regex101.com/r/hiAKC7/2
Without dots, it finds all class names for both html and haml templates:
https://regex101.com/r/0JJDKQ/1
Except I'm missing something?
The text was updated successfully, but these errors were encountered: