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

Sass::SyntaxError - Invalid CSS after " "lighten-5"": expected ")", was ": #fdeaeb," #6

Closed
sbrocos opened this issue Feb 5, 2015 · 2 comments

Comments

@sbrocos
Copy link

sbrocos commented Feb 5, 2015

I install your gem and when load this project show this error:

Sass::SyntaxError in Public#home
Invalid CSS after " "lighten-5"": expected ")", was ": #fdeaeb,"

I try install sass version manually and I find the same problem.
I use ruby 2.1.1
rails 4.1.8
sass 3.2.19
sass-rails 4.0.5

Any idea?

@mkhairi
Copy link
Owner

mkhairi commented Feb 6, 2015

This sass syntax is require sass version 3.3 and above
ref: Dogfalo/materialize#282

Please upgrade your SASS version to latest one and it should work properly.
try update to: gem 'sass-rails', '~> 5.0'

@sameera207
Copy link

Sometimes updating only the sass-rails will not solve the issue by its own, you have to update the sass version itself.

please read this thread for more (Dogfalo/materialize#193)

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

4 participants