Closed djwhitt closed 8 years ago
I created a minimal repro before discovering this issue. Maybe it helps in testing a solution. I'm ok with the resource-root-relative stuff for now :+1:
This has been fixed, tested using latest snapshot and martin's repo:
boot -d deraen/boot-sass:0.3.0-SNAPSHOT -r sass sass target
Tried this:
Results in this output:
Moving the bootstrap directory up one level to the root of the resource path gets me this:
So it gets passed the variables, but isn't able to locate the mixins sub-directory. It seems like it expects all imports to be relative to the root of the resource path.