Hello,
I’ve been using middleman 3.3.4 on my first app and Foundation (the scss package) has been working fine. However, my newest project is using 3.3.5 and I believe this is the issue causing Foundation @import’s not to load.
If you are familiar with Foundation, then you probably know about the grid feature, and the grid feature is not @import-ing, and I’m sure some of the other files are not importing as well. I was not able to revert back very easily to 3.3.4 due to an error concerning some “breadcrumbs” script, but a copy & paste of my old source files (while conserving my gemfile) on my newest app proves that there is something in the gemfile not working, and I’m sure it’s 3.3.5 because all the other gems are identical to the working app of mine.
I think it would be easiest if I shared my test app from git for anyone kind enough to look into this:
https://github.com/jaketlarson/test-mm
I don’t know what to do.
When testing the app, the grid should kick in and the background color should be black. But you will see that the grid does not kick in and the background is white. Keep in mind this app is thrown together real quick just to test my issue.
Thank you for any help!
Jake