Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.39 KB

harp-foundation

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.

Dependencies

  • Node.jsServer-side JavaScript runtime
  • HarpThe static web server with built-in preprocessing

Install

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

Link

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";

License

This component is Foundation, which is Copyright © 2013 ZURB, Inc. and MIT licensed.