Loading…
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.
@nazar-pc Does one of your outstanding PRs resolve this?
Fix for multiple consequent spaces present in CSS selectors, fixes #2670
ecddb56
I've just added one for this: #2671 A lot of work with different aspects of CSS parser recently
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.