sass/dart-sass

Legacy JS API does not handle symlinks properly

Open

#1,687 opened on 2022年5月4日

GitHub で見る
 (8 comments) (0 reactions) (0 assignees)Dart (376 forks)batch import
bughelp wanted

Repository metrics

Stars
 (4,192 stars)
PR merge metrics
 (平均マージ 8d 8h) (30d で 18 merged PRs)

説明

this is with npm sass .

relative import fails when it starts with 2 dots @import ../some-style.

I also checked how fs.existsSync handles paths with .. in it. on linux fs.existsSync fails to find the file if the path contains .., on windows it works...

コントリビューターガイド