Kronuz / pyScss

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

Move interpolation into parser #215

Closed eevee closed 10 years ago

eevee commented 11 years ago

Right now it's purely textual, which means funny things happen when you e.g. interpolate a quoted string containing spaces into a non-quoted place.

Might come for free with #179, if that's a thing that happens.

eevee commented 10 years ago

Holy christ DONE!