Open idlist opened 3 weeks ago
Thanks for your report.
I'll take a look at the issue and keep you updated. In the meantime, feel free to open a pull request in case you'd like to add your own quick fix.
Have played with it a while and found that the upstream dependency (sast
-> gonzales-pe
) cannot parse namespaced @use
correctly (as the syntax itself is relatively new). Guess unless there's a library that could align with newer Sass syntax (which I believe there isn't stable one after doing a quick search), the issue is hard to solve at the time... 🤔
This is valid Sass and should get converted, but the site gives "malformed input" error.
As
@use './vars' as *
with unamespaced$green
does not cause error, I guess it might be caused byvars.
part.