market_place_api icon indicating copy to clipboard operation
market_place_api copied to clipboard

Chapter 3: Undefined mixing display-flex

Open arielsei opened this issue 11 years ago • 5 comments

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 avatar Apr 09 '15 15:04 arielsei

@arielsei Totally going to the book, thanks!

kurenn avatar Apr 11 '15 17:04 kurenn

@kurenn Was there ever a fox found for this?

Also, is the sabisu-rails absolutely necessary?

Cortlandd avatar Jun 15 '15 22:06 Cortlandd

It should work with the latest version of furatto, but you can remove sabisu if that is stopping you, it is not necessary.

kurenn avatar Jun 15 '15 22:06 kurenn

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'

jbalfantz avatar Feb 03 '17 00:02 jbalfantz

@arielsei Is @jbalfantz solution working for you?

kurenn avatar Feb 12 '17 19:02 kurenn