Karoly Szikora
Results
1
issues of
Karoly Szikora
Parsing fails at the point when referring to a variable from an imported file with alias. Example SCSS to parse: ``` @use 'variables' as vars; body { background: vars.$background; }...