Skip to content

Commit

Permalink
Add link to inline-css
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimit Shah committed May 19, 2015
1 parent bdf7698 commit ce1f55e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ a roots extension for inlining your CSS properties into the style attribute in a

- make sure you are in your roots project directory
- `npm install roots-inline-css --save`

### Usage
- modify your `app.coffee` files to include the extension

```coffee
# app.coffee
Expand All @@ -22,6 +21,12 @@ a roots extension for inlining your CSS properties into the style attribute in a
extensions: [ rootsInlineCss(options) ]
```

### Usage

This extension provides a way for you to inline your html with css. By default all of your `html` files will be inlined however you can specify through options which files you want inlined either with a single file or a [glob expression]( https://github.com/isaacs/minimatch).

A full list of options can be found [here](https://github.com/jonkemp/inline-css).

### License & Contributing

- Details on the license [can be found here](LICENSE.md)
Expand Down

0 comments on commit ce1f55e

Please sign in to comment.