Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix filename resolution when importing files with extensions #26

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

xzyfer
Copy link
Contributor

@xzyfer xzyfer commented Feb 10, 2016

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.

@xzyfer xzyfer force-pushed the fix/sass-imports-with-extensions branch 2 times, most recently from a442ca5 to 75a969c Compare February 10, 2016 21:47
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.
@xzyfer xzyfer force-pushed the fix/sass-imports-with-extensions branch from 75a969c to adae049 Compare February 10, 2016 21:48
@Snugug
Copy link
Member

Snugug commented Feb 10, 2016

Sure, rock and roll

Snugug added a commit that referenced this pull request Feb 10, 2016
Fix filename resolution when importing files with extensions
@Snugug Snugug merged commit 8688109 into at-import:master Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants