Kronuz / pyScss

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

Scoping may be dynamic instead of lexical #196

Closed eevee closed 11 years ago

eevee commented 11 years ago

Quick note to myself to check if this is actually happening, but I think @include et al. may derive a new scope from the caller the same way a nested block does, which is really bad now that we have Ruby's writing rules.

eevee commented 11 years ago

Okay I'm pretty sure this is not the case. It's certainly not after several rewrites of @include.