Skip to content
New issue

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

@import support #23

Open
MartijnCuppens opened this issue Sep 22, 2018 · 3 comments
Open

@import support #23

MartijnCuppens opened this issue Sep 22, 2018 · 3 comments

Comments

@MartijnCuppens
Copy link
Contributor

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.

@XhmikosR
Copy link
Owner

Hey, @MartijnCuppens.

Yeah, the tool's logic is pretty dumb as you may have seen. But any help is welcome :)

@MartijnCuppens
Copy link
Contributor Author

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.

@danny007in
Copy link

@XhmikosR @MartijnCuppens can be solve this issue by this PR #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants