Skip to content

For Harp. 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.

Notifications You must be signed in to change notification settings

harp/foundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

For Harp. 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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.6%
  • CSS 47.4%