Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With CSSOM, it's possible to reach into a CSSNestedDeclarations rule and remove its declarations, causing it to serialize as the empty string. Such rules add "whitespace junk" when serializing the outer rule, which looks unattractive. Fixed by ignoring rules that serialize to the empty string.
- Loading branch information