bughelp wanted
仓库指标
- Star
- (4,192 star)
- PR 合并指标
- (平均合并 8天 8小时) (30 天内合并 18 个 PR)
描述
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...