The most advanced responsive front-end framework in the world. Quickly create prototypes and production code for sites and apps that work on any kind of device.
To install Foundation, you can download this repository or use the Component package manager.
npm install -g component
component install harp/foundation
Your project will look something like this…
myproject/ <-- Your project root (or public dir if in framework-mode)
|- components/ <-- Harp puts components here
| +- harp-foundation/ <-- where this lib gets installed
| …
|- main.scss <-- where you reference Foundation
+- index.jade <-- where you reference main.css
Now, from within a .scss
file in your project, you can @import
Foundation:
@import "components/harp-foundation/scss/foundation";
Or, just a portion of Foundation, like Normalize:
@import "components/harp-foundation/scss/normalize";
This component is Foundation, which is Copyright © 2013 ZURB, Inc. and MIT licensed.