Skip to content
/ bourbon Public
forked from thoughtbot/bourbon

A simple and lightweight mixin library for Sass.

Notifications You must be signed in to change notification settings

harp/bourbon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple and lightweight mixin library for Sass.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 100.0%