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

Dependency URLs with a `file` schema fail to resolve

Open jathak opened this issue 1 year ago • 0 comments

// input.scss
@import "file:/tmp/dependency";

// /tmp/dependency.scss
a { b: c; }

and equivalents using absolute file: URLs fail to compile starting in Dart Sass 1.67.0.

jathak avatar Jan 25 '24 01:01 jathak