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

Partials aren't imported correctly #10

Closed
johanhalse opened this issue Apr 24, 2012 · 2 comments
Closed

Partials aren't imported correctly #10

johanhalse opened this issue Apr 24, 2012 · 2 comments

Comments

@johanhalse
Copy link

This might be posted in the wrong place (I was testing sassc so maybe that's where this should go). But sassc won't import partials the way vanilla SASS does it, using underscore for naming and then omitting both underscore and extensions in the import directive.

/* This will fail: */
@import "variables/measures";

/* This will succeed: */
@import "variables/_measures.scss";
@HamptonMakes
Copy link
Member

This is the right place! All that logic is handled here. We'll get this
sorted quickly.

Totally forgot that feature... sorry!

On Tue, Apr 24, 2012 at 4:25 AM, Johan Halse <
reply@reply.github.com

wrote:

This might be posted in the wrong place (I was testing sassc so maybe
that's where this should go). But sassc won't import partials the way
vanilla SASS does it, using underscore for naming and then omitting both
underscore and extensions in the import directive.

/* This will fail: */
@import "variables/measures";

/* This will succeed: */
@import "variables/_measures.scss";

---
Reply to this email directly or view it on GitHub:
https://github.com/hcatlin/libsass/issues/10

@akhleung
Copy link

Should be fixed now. Sorry for the delay!

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

No branches or pull requests

3 participants