thysultan / stylis

light – weight css preprocessor
https://stylis.js.org
MIT License
1.71k stars 82 forks source link

TODO: add test #280

Open thysultan opened 2 years ago

thysultan commented 2 years ago

Reminder to devise a test case for https://github.com/thysultan/stylis.js/commit/bbba67bae85c09600cc28e223eb804e1d779ffa6 so that we don't re-introduce a possible breaking change on that api contract in the future.

Issue

At-rules where unnecessarily leaking their .length property to their children. Causing upstream projects that auto detect using the length property for pseudo selector presence to break.