sass/dart-sass

Legacy JS API does not handle symlinks properly

Open

#1.687 geöffnet am 4. Mai 2022

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Dart (4.192 Stars) (376 Forks)batch import
bughelp wanted

Beschreibung

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

Contributor Guide