Skip to content
New issue

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

Multiple spaces between selector classes #2670

Closed
tschwartz opened this issue Nov 2, 2015 · 2 comments
Closed

Multiple spaces between selector classes #2670

tschwartz opened this issue Nov 2, 2015 · 2 comments

Comments

@tschwartz
Copy link

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.

@samccone
Copy link
Contributor

samccone commented Nov 3, 2015

@nazar-pc Does one of your outstanding PRs resolve this?

@nazar-pc
Copy link
Contributor

nazar-pc commented Nov 3, 2015

I've just added one for this: #2671
A lot of work with different aspects of CSS parser recently 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants