sabisu-rails icon indicating copy to clipboard operation
sabisu-rails copied to clipboard

Sass::SyntaxError in SabisuRails::Explorer#index

Open nfpiche opened this issue 10 years ago • 5 comments

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)

nfpiche avatar Aug 23 '15 23:08 nfpiche

Yeah this is due to compass renamed many methods, I'm adressing this to update even to the last version of Furatto.

kurenn avatar Aug 27 '15 19:08 kurenn

+1

lucasff avatar Jan 09 '16 14:01 lucasff

Have you tried updating the sabisu gem?

kurenn avatar Jan 12 '16 06:01 kurenn

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'

tuanpembual avatar Feb 25 '16 08:02 tuanpembual

Did that solve the problem?

kurenn avatar Feb 27 '16 21:02 kurenn