Skip to content

Commit a4ab4c4

Browse files
thiscantbeseriousrodneyrehm
authored andcommitted
fix(node): remove hard-coded resolve (#123)
See #122 and https://nodejs.org/api/path.html#path_path_normalize_path
1 parent 2a5b8e2 commit a4ab4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/sass.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function resolve(request) {
7171
path.dirname(request.previous.replace(/^\/sass\//, '')),
7272
request.current
7373
)
74-
).replace(/\\/g, '/');
74+
);
7575
}
7676

7777
compileFile.importFileToSass = importFileToSass;

0 commit comments

Comments
 (0)