wellington / sass

Pure Go sass lexer, parser, and compiler
http://getwt.io
Other
79 stars 5 forks source link

mixin resolution #10

Closed drewwells closed 8 years ago

drewwells commented 8 years ago

resolving identifiers inside mixins is not possible. This is not unlike a func call, so there's something that can be done to fix the scenario...

drewwells commented 8 years ago

Fake scope let it run as normal. After include copy memory and resolve again.