mirror of
https://github.com/danog/inline-critical.git
synced 2024-11-26 20:14:41 +01:00
20 lines
391 B
Markdown
20 lines
391 B
Markdown
|
# 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');
|
||
|
```
|