We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Let's suppose we have something like
.h-center-element-abs { /* boil */ } .v-center-element-abs { /* boil */ } .v-center-element-abs[class*=h-center-element-abs] { /* boil */ }
expected result
._39V2 { /* boil */ } ._3_71 { /* boil */ } ._3_71[class*=_39V2] { /* boil */ }
instead I am getting
._39V2 { /* boil */ } ._3_71 { /* boil */ } ._3_71[class*=h-center-element-abs] { /* boil */ }
If asked, I am hashing with 4 bytes of the class name hash result, but I guess it doesn't have relevance here.
The text was updated successfully, but these errors were encountered:
Please use the issue template in the future, respect time of other developers
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Let's suppose we have something like
expected result
instead I am getting
If asked, I am hashing with 4 bytes of the class name hash result, but I guess it doesn't have relevance here.
The text was updated successfully, but these errors were encountered: