sass / dart-sass

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

[Hotfix Node Package Importer]- Handle subpath without extensions #2184

Closed jamesnw closed 6 months ago

jamesnw commented 6 months ago

https://github.com/sass/dart-sass/issues/2183

Adds subpath to the list of subpath variants to check. Before, only the subpath with extension or _ were being checked.

sass- https://github.com/sass/sass/pull/3793 sass-spec- https://github.com/sass/sass-spec/pull/1960

[skip sass-embedded]