You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this compiler with an @use at-rule, which in my example is @use 'sass:list', which does not get removed in the output CSS, why? This causes VSCode to complain about an unknown at-rule.
The text was updated successfully, but these errors were encountered:
I used this compiler with an
@use
at-rule, which in my example is@use 'sass:list'
, which does not get removed in the output CSS, why? This causes VSCode to complain about an unknown at-rule.The text was updated successfully, but these errors were encountered: