-
Reply
Hi,
I'm using Compass.app under Windows, and trying to add Foundation 5.0.2 as an extension.
I have followed the Foundation SASS instructions, and everything works, I can create a Foundation project with the "foundation new" command, but how do I make it an extension to Compass.app, so that I can create a Foundation project from the "Create Compass Project" menu?
I have also downloaded zurb/bower from here: https://github.com/zurb/bower-foundation, and verified that Compass.app works correctly if I just use it in "watch" mode, everything compiles properly and works as advertized.
Any ideas?
Thanks,
/Bo
Upgrading Foundation Compass projects (http://foundation.zurb.com/docs/sass.html) compass create my_awesome_project -r zurb-foundation --using foundation
my_awesome_project/
scss/ These are specific to this project
_settings.scss All available Foundation variables are here
app.scss @import "foundation"