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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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.
@import "lib/settings"
The text was updated successfully, but these errors were encountered:
Hey @DaMouse404, can you download the latest version and try again? That should be fixed, let me know!
Sorry, something went wrong.
No branches or pull requests
In our code base we have the following layout:
When module1 does
@import "lib/settings"
all is well, but when module2 does@import "lib/settings"
it gets the settings from module1.The text was updated successfully, but these errors were encountered: