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

Nested dependencies overwritten #11

Open
Mousius opened this issue May 20, 2016 · 1 comment
Open

Nested dependencies overwritten #11

Mousius opened this issue May 20, 2016 · 1 comment
Labels

Comments

@Mousius
Copy link

Mousius commented May 20, 2016

In our code base we have the following layout:

node_modules/module1/_base.scss
node_modules/module1/lib/_settings.scss
node_modules/module2/_base.scss
node_modules/module2/lib/_settings.scss

When module1 does @import "lib/settings" all is well, but when module2 does @import "lib/settings" it gets the settings from module1.

@lucasmotta
Copy link
Owner

Hey @DaMouse404, can you download the latest version and try again? That should be fixed, let me know!

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

No branches or pull requests

2 participants