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 810fa9f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ a roots extension for inlining your CSS properties into the style attribute in a

### Usage

Modify your `app.coffee` files to include roots-inline-css

```coffee
# app.coffee
rootsInlineCss = require('roots-inline-css')
Expand All @@ -22,6 +24,10 @@ a roots extension for inlining your CSS properties into the style attribute in a
extensions: [ rootsInlineCss(options) ]
```

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 810fa9f

Please sign in to comment.