Closed xzyfer closed 8 years ago
When Sass resolves @import "foo/bar.scss" it still fallsback to foo/_bar.scss. Currently getFileNames incorrectly opts out of the fallback behaviour for files with extensions.
@import "foo/bar.scss"
foo/_bar.scss
getFileNames
Sure, rock and roll
When Sass resolves
@import "foo/bar.scss"
it still fallsback tofoo/_bar.scss
. CurrentlygetFileNames
incorrectly opts out of the fallback behaviour for files with extensions.