foundation / foundation-rails

Foundation for Rails
foundation.zurb.com
MIT License
1k stars 376 forks source link

default install into new rails app not displaying nav properly. #245

Closed bill-siftlocal closed 6 years ago

bill-siftlocal commented 6 years ago

https://stackoverflow.com/questions/46697128/foundation-6-top-bar-out-of-the-box-does-not-look-correct?noredirect=1#comment80411851_46697128

slateb commented 6 years ago

I am running into the same problem. It also appears that the foundation_and_overrides.scss file is not actually including all the @include mixins. When I try to add them to the bottom of the file I get an Undefined mixin error.

slateb commented 6 years ago

BTW I did run rails g foundation:install if having that info helps to figure out what's going on.

RobinDaugherty commented 6 years ago

Which mixins are missing? I'm running into this layout issue with dropdown menus in the topbar and everything mixin seems to be included, included "top-bar", "menu", and "drop-down-menu"...

RobinDaugherty commented 6 years ago

I was able to get everything working by backing down to foundation-rails 6.2. Both 6.3 and 6.4 are broken.

adigitalnative commented 6 years ago

Is this still the case, that the current version is broken, so use 6.2?

patricklindsay commented 6 years ago

We're using foundation-rails (~> 6.4.1) and having no such problems.

derekmwright commented 6 years ago

I used the following in my Gemfile to resolve the issue:

gem 'sass', '~> 3.1'
gem 'foundation-rails', '~> 6.4.3.0'
ncoden commented 6 years ago

Fixed with foundation-rails >= v6.4.1.0. Closing.