Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.24 KB

readme.md

File metadata and controls

46 lines (31 loc) · 1.24 KB

harp-bourbon

A simple and lightweight mixin library for Sass

Dependencies

  • NodeJSServer-side JavaScript runtime
  • HarpThe static web server with built-in preprocessing

Install

To install Bourbon, you can download this repository or use the Component package manager.

npm install -g component
component install harp/bourbon

Your project will look something like this…

myproject/                  <-- your project root (or public dir if in framework-mode)
  |- components/            <-- harp puts components here
  |   +- harp-bourbon/      <-- where this lib gets installed
  |       …
  |- main.scss              <-- where you reference Bourbon
  +- index.jade             <-- where you reference main.css

Link

Now, from within a .scss file in your project, you can @import Bourbon:

@import "components/harp-bourbon/scss/bourbon";

Or, just a portion of Bourbon:

@import "components/harp-bourbon/scss/css3/transition";

License

This component is Bourbon, which is Copyright © 2011-2013 thoughtbot and MIT licensed.