sass/dart-sass

Legacy JS API does not handle symlinks properly

Open

#1 687 ouverte le 4 mai 2022

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)Dart (4 192 stars) (376 forks)batch import
bughelp wanted

Description

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...

Guide contributeur