-
Notifications
You must be signed in to change notification settings - Fork 68
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 path for external sass repositories? #8
Comments
Figured it out: need to prefix with @import "external/com_github_milligram_milligram/milligram"; Will leave this open and close it with a PR to the README. |
@pcj this worked for us too, but it also broke build sandboxing for us. |
Just adding that you can see the contents of the cd `bazel info execution_root`
ls external |
Thanks for the pointers. This works for the resulting files, but the map file displays a directory that the clients don't like as much:
In my case, ideally this should only be
Any pointers how to generate a "resolved" source map? |
Given an external repository definition like so, I'm struggling to figure out what the correct
@import
path would be for the external sass_library. For example:The text was updated successfully, but these errors were encountered: