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
Currently it seems like there is an issue where multiple spaces between classes will cause that selector to not be applied.
.parent .child-0 {} .parent .child-1 {} // double space between classes in selector will not be applied to element
Once fixed of course things are fine but was quite painful to track down.
The text was updated successfully, but these errors were encountered:
@nazar-pc Does one of your outstanding PRs resolve this?
Sorry, something went wrong.
Fix for multiple consequent spaces present in CSS selectors, fixes Po…
ecddb56
…lymer#2670
I've just added one for this: #2671 A lot of work with different aspects of CSS parser recently 😄
No branches or pull requests
Currently it seems like there is an issue where multiple spaces between classes will cause that selector to not be applied.
Once fixed of course things are fine but was quite painful to track down.
The text was updated successfully, but these errors were encountered: