We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
I just did some tests with this tool, but ran into an issue when variables are used outside the folder that is scanned.
For example:
$variable: value; @import "../path-outside-scanned-folder/variable-is-used-here.scss";
This will erroneously fail.
I tried to solve this, but then I realised #4 needed to be fixed first because a way to scan a file is needed.
The text was updated successfully, but these errors were encountered:
Hey, @MartijnCuppens.
Yeah, the tool's logic is pretty dumb as you may have seen. But any help is welcome :)
Sorry, something went wrong.
Haha, that's honest. I'm not really experienced with these things, but I'll have a look if I can extend or improve something.
@XhmikosR @MartijnCuppens can be solve this issue by this PR #115
No branches or pull requests
Hi guys,
I just did some tests with this tool, but ran into an issue when variables are used outside the folder that is scanned.
For example:
This will erroneously fail.
I tried to solve this, but then I realised #4 needed to be fixed first because a way to scan a file is needed.
The text was updated successfully, but these errors were encountered: