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
This bug is for both: scss and sass detectors.
To reproduce, create a file with the following content: @use "src/corners" as c;.
The detector returns the following: [ 'src/corners', 'as', 'c' ] instead of just ['src/corners'].
This bug is for both: scss and sass detectors.
To reproduce, create a file with the following content:
@use "src/corners" as c;
.The detector returns the following:
[ 'src/corners', 'as', 'c' ]
instead of just['src/corners']
.See here about this syntax:
https://sass-lang.com/documentation/at-rules/use/#choosing-a-namespace
The text was updated successfully, but these errors were encountered: