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

Importing a .sass files is interpreted as .scss #143

Closed
thesunny opened this issue Oct 15, 2015 · 3 comments
Closed

Importing a .sass files is interpreted as .scss #143

thesunny opened this issue Oct 15, 2015 · 3 comments

Comments

@thesunny
Copy link

When I try to @import a partial that is a .sass file, it attempts to interpret it as a .scss file. It essentially complains that top level variables need to be terminated with a ";" (semicolon) which you do not need to do with a .sass file.

After I renamed the file to .scss and added the semicolons, everything worked fine.

@fourseven
Copy link
Collaborator

Hi @thesunny - this has been reported at #120 – please watch that issue for updates (bug in node-sass).

@thesunny
Copy link
Author

Ack! Thanks and sorry for the dup.

@fourseven
Copy link
Collaborator

No problem, it's not very well labelled!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants