Chapter 3: Undefined mixing display-flex
Hi kurenn, i am following your APIs on Rails tutorial, and when i try to get sabisu-rails index view, i get a undefined mixing 'display-flex' error, reading your past answers, changed the version of compass-rails to 1.1.7 and now it works, so i suggest to include that on your book because now the version installed if we don't especify it is the 2.0.0 and this generates the error
@arielsei Totally going to the book, thanks!
@kurenn Was there ever a fox found for this?
Also, is the sabisu-rails absolutely necessary?
It should work with the latest version of furatto, but you can remove sabisu if that is stopping you, it is not necessary.
Same problem here. furatto 1.4.0 also depends on compass-rails ~> 2.0.0. This Gemfile change worked for me:
#Gemfile gem 'compass-rails', '< 2.0.0' gem 'furatto', '<1.4.0'
@arielsei Is @jbalfantz solution working for you?