dependents / dependents/node-detective-scss
support namespace syntax
Open
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.