Hey everyone, I've been working on a CSS parser for a month at this point (perhaps more). It aims to cover the entire CSS3 specification and it's mostly based off of Servo's `cssparser` library. The tokenizer is mostly completed at this point and the parser is also nearly done. If anyone wants to have a look, here you go: <https://github.com/ferus-web/stylus>
I'll now be working on getting `ferusgfx` integrated into the Ferus codebase, replacing the old renderer.