Sass::SyntaxError in SabisuRails::Explorer#index
Running into this issue trying to set up sabisu, somewhere in the @import 'furrato', the site works (although very ugly) if I comment out that line
Undefined mixin 'display-flex'. (in /home/nate/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/sabisu-rails-af7499e87912/app/assets/stylesheets/sabisu_rails/application.css.scss:32)
Yeah this is due to compass renamed many methods, I'm adressing this to update even to the last version of Furatto.
+1
Have you tried updating the sabisu gem?
i found the same problems. I just change my Gemfile to:
gem 'sabisu_rails', github: "IcaliaLabs/sabisu-rails" gem 'furatto', github: "IcaliaLabs/furatto-rails" gem 'compass-rails'
Did that solve the problem?