NV / CSSOM

Unmaintained! ⚠️ CSS Object Model implemented in pure JavaScript. Also, a CSS parser.
https://nv.github.io/CSSOM/docs/parse.html
MIT License
751 stars 99 forks source link

trailing spaces #41

Closed tj closed 12 years ago

tj commented 12 years ago

tj commented 12 years ago

made diffing really weird, mocha didn't pick them up so it's not obvious at all if you're trying to assert it against a different string

NV commented 12 years ago

What do you mean exactly? Spaces after { and before }?

tj commented 12 years ago

Yeah, not a huge deal but it made testing a little harder