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

Could you specify which Sass/Libsass version is needed? #161

Closed
grigio opened this issue Nov 30, 2014 · 5 comments
Closed

Could you specify which Sass/Libsass version is needed? #161

grigio opened this issue Nov 30, 2014 · 5 comments

Comments

@grigio
Copy link

grigio commented Nov 30, 2014

I'm trying to compile the scss inside Meteor/libsass but I get:

materialize/sass/materialize.scss: /materialize/sass/components/color:11: error: error reading values after "lighten-5"
@Dogfalo
Copy link
Owner

Dogfalo commented Nov 30, 2014

Not positive on lowest version needed, but it compiles on sass-3.4.6+
Also confirmed working with compass-1.0.1
Also make sure your compiler isn't trying to compile every file.

@grigio
Copy link
Author

grigio commented Nov 30, 2014

Thanks I was using (libsass) node-sass instead of (ruby) sass

@grigio grigio closed this as completed Nov 30, 2014
@gbelot2003
Copy link

too bad, Im using laravel elixir, and use node-sass too...

@grigio
Copy link
Author

grigio commented Nov 30, 2014

node-sass(libsass) implementation is behind the "original" ruby implementation.. it works for basic scss but more advanced projects still require ruby-sass

@gbelot2003
Copy link

I swtch to ruby-sass, but the only problem I found on node-sass, is color mixins... maybe I have time this to make a commit this issue, it would be fundamental on laravel5.

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