Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency URLs with a file schema fail to resolve #2164

Closed
jathak opened this issue Jan 25, 2024 · 1 comment
Closed

Dependency URLs with a file schema fail to resolve #2164

jathak opened this issue Jan 25, 2024 · 1 comment
Assignees
Labels

Comments

@jathak
Copy link
Member

jathak commented Jan 25, 2024

// 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 jathak added the bug label Jan 25, 2024
@jathak jathak self-assigned this Jan 25, 2024
@ntkme
Copy link
Contributor

ntkme commented Apr 12, 2024

This has been fixed by #2203, and works fine in the latest release.

@nex3 nex3 closed this as completed Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants