sass / dart-sass

The reference implementation of Sass, written in Dart.
https://sass-lang.com/dart-sass
MIT License
3.97k stars 360 forks source link

Dependency URLs with a `file` schema fail to resolve #2164

Closed jathak closed 7 months ago

jathak commented 9 months ago
// 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.

ntkme commented 7 months ago

This has been fixed by https://github.com/sass/dart-sass/pull/2203, and works fine in the latest release.