dart-sass icon indicating copy to clipboard operation
dart-sass copied to clipboard

Support package: imports when using the executable

Open bergwerf opened this issue 8 years ago • 2 comments

It does currently not seem possible to import a SASS file from another package. Like @import 'package/mypackage/mysassfile'. Is it possible to support this?

bergwerf avatar Mar 11 '17 21:03 bergwerf

I think #53 was to support that

zoechi avatar Mar 14 '17 19:03 zoechi

#53 supports providing a package resolver via the Dart API, but it doesn't add any logic to the executable.

nex3 avatar May 18 '17 21:05 nex3