sasstools / scss-tokenizer

A tokenzier for Sass' SCSS syntax
MIT License
24 stars 22 forks source link

Correctly track position in sub-tokenizers #1

Closed xzyfer closed 9 years ago

xzyfer commented 9 years ago

There are some cases where we have uses more specific sub-tokenizers i.e quoted string. In these cases we're not passing along the current position context so those tokenizers assume it's the start of the file.