at-import / node-sass-import-once

Eyeglass style Import Once, but for all the things!
Other
94 stars 23 forks source link

Fix filename resolution when importing files with extensions #26

Closed xzyfer closed 8 years ago

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

Snugug commented 8 years ago

Sure, rock and roll