Kronuz / pyScss

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

make sure pseudo elements stick to the end when render #248

Closed ktmud closed 10 years ago

ktmud commented 11 years ago

Don't know how to make an in place replacement for parent references when doing @extend, but it is certain that pesudo element selectors should go after other selectors.

So here's a quick fix for #246

Kronuz commented 10 years ago

Thank you!