Closed stephendolan closed 7 years ago
I am not able to reproduce this with a brand new Rails project. I'm still not sure what is changing between 6.3.1.0 and 6.4.1.2 that would cause this behavior in my application, but it certainly seems to be localized there.
I just upgraded my
foundation-rails
gem from 6.3.1.0 -> 6.4.1.2 and am seeing the following change in my screen:foundation-rails
6.3.1.0 Menufoundation-rails
6.4.1.2 MenuCodepen with same HTML (copied and pasted from source in dev console in Chrome) and CSS code running 6.4.1 from the cdn: https://codepen.io/stephendolan/pen/wqgXBQ
It seems that if the exact same code is rendering correctly in Codepen using the library, but is not rendering the same way in Rails using the
foundation-rails
gem, that the issue might be with the gem? Is this possible?Has anyone else seen this issue, or know how I can resolve it?