inline-critical/README.md

20 lines
391 B
Markdown
Raw Normal View History

2014-08-04 00:01:39 +02:00
# inline-critical
Inline critical-path css and load the existing stylesheets asynchronously
[![build status](https://secure.travis-ci.org/bezoerb/inline-critical.png)](http://travis-ci.org/bezoerb/inline-critical)
## Installation
This module is installed via npm:
``` bash
$ npm install inline-critical
```
## Example Usage
``` js
var inlineCritical = require('inline-critical');
```