dart-sass
dart-sass copied to clipboard
Support package: imports when using the executable
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?
I think #53 was to support that
#53 supports providing a package resolver via the Dart API, but it doesn't add any logic to the executable.