-
Notifications
You must be signed in to change notification settings - Fork 463
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
Won't compile if you @import from a directory with a dot in the name #280
Comments
This has been fixed in master -- see #208. Node-sass hasn't updated the version of LibSass that it's using. |
Thanks! Bloody Node-sass ;) |
@akhleung Are you sure this is only from the I had to fix it by explicitly adding the file extension: |
Are you using node-sass, or standalone libsass/sassc? Node-sass is bundling an outdated version of libsass. I tried an example similar to yours with the master build of libsass, and it works for me. |
Great to hear. I am using node-sass/grunt-sass, which I know are not shipping the latest libsass. I just wanted to make sure your refactoring wasn’t ONLY fixing the |
As a user of the inuit.css framework, I stumbled into this error when getting gulp-sass up and running. gulp-sass led me to node-sass which led me here!
If you leave inuit as is and try and import it, it errors.
Change the directory name to 'inuitcss', and all works fine.
I imagine this will/has catch/caught a lot of people out.
The text was updated successfully, but these errors were encountered: