Hello,
My main problem is that foundation won't import css styles into the assets folder in my rails workspace. I installed the foundation gem, and ran the install:foundation command after that. I have a foundation and overrides file, but it doesn't contain any css styles, like "panel" for instance. I am not sure what to do.
Thanks for any help,
Newbie
Hi,
Sorry, I don't know anything about ruby but it sounds like the scss files haven't been compiled to css.
If you were using compass, I'm pretty sure running 'bundle exec compass watch' would fix your problem.
I just don't know what the ruby equivalent would be, hopefully someone else who does can chime in.