yesodweb / css-text

CSS parser and renderer.
MIT License
16 stars 8 forks source link

Parsing infinite nesting #10

Open snoyberg opened 8 years ago

snoyberg commented 8 years ago

There's a TODO comment in the parsing code:

TODO: handle infinite nesting

Currently, there is an intermittent test failure caused by this not being implemented. I've added an explicit test case for this in 80114bfeab73f6179e4ff4383b9a62994fcc6478.

snoyberg commented 8 years ago

Looks like #8 is related to this too.