I'm getting a > Unable to parse file ... Parse error at line ... And the error points to ```scss $this: &; ``` the `&` character. This is a perfectly valid SCSS syntax, how come it's throwing errors?
I'm getting a
And the error points to
$this: &;the
&character.This is a perfectly valid SCSS syntax, how come it's throwing errors?