Skip to content

Commit

Permalink
Adding Bower and NPM to README
Browse files Browse the repository at this point in the history
  • Loading branch information
colourgarden committed Jan 4, 2016
1 parent 9272dba commit c32e9e5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ View <a href="http://colourgarden.net/avalanche/">the demo</a> to see Avalanche

## Installation

1. Copy `_avalanche.scss` into your project (vendor folder recommended `@import "vendor/avalanche"`)
1. Import `_avalanche.scss` to your project via Bower, NPM or manually copying to vendor folder (`@import "vendor/avalanche"`)
2. Override settings to fit your requirements or use the defaults
3. Compile!

### Bower

`bower install --save avalanche-css`

### NPM

`npm install --save avalanche-css`

## Usage

Example of a two column, responsive, centered grid. All grid layout classes and responsive width classes are modifiers.
Expand Down

0 comments on commit c32e9e5

Please sign in to comment.