Kronuz / pyScss

pyScss, a Scss compiler for Python
MIT License
582 stars 141 forks source link

Rewrite @extend, add Selector class #197

Closed eevee closed 11 years ago

eevee commented 11 years ago

I have a branch that does this in a somewhat more structured way, but feel it's a little too heavy-handed to stick into 1.2 this late. Do it for 1.3.

eevee commented 11 years ago

Urgh actually I'm not sure how to fix either #105 or the three failing @extend doctests (which, granted, have never passed) given the current implementation, and I suspect this will affect my dream of having projects like Bootstrap compile. 1.2 it is.

eevee commented 11 years ago

Hey, that wasn't too bad, I guess. The "complicated" @extend examples from the old doctests now work and the code is a lot less hairy.