Closed jathak closed 7 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.
file:
This has been fixed by https://github.com/sass/dart-sass/pull/2203, and works fine in the latest release.
and equivalents using absolute
file:
URLs fail to compile starting in Dart Sass 1.67.0.