dependents / dependents/node-detective-scss

support namespace syntax

Open
#14 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.