You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add spaces-before field to parser to accumulate whitespace
- Fix css-make-node to create unique spaces plist for each node (was sharing same list)
- Update css-parser-new-node to attach accumulated spaces to node's :before field
- Update css-parser-space to accumulate whitespace instead of skipping
- Fix css-parser-word to only apply accumulated spaces to first node in compound selector
- Now correctly preserves whitespace when parsing and stringifying selectors
Co-authored-by: Kinneyzhang <38454496+Kinneyzhang@users.noreply.github.com>
0 commit comments