An open API service indexing awesome lists of open source software.

https://github.com/boycce/html-inline-css-loader

Webpack loader that inlines or embeds CSS within HTML
https://github.com/boycce/html-inline-css-loader

Last synced: about 1 month ago
JSON representation

Webpack loader that inlines or embeds CSS within HTML

Awesome Lists containing this project

README

          

# html-inline-css-loader

This is a webpack loader that inlines or embeds CSS within HTML using `inline-css` and `juice`.

``` javascript
rules: [
{
test: /\.html$/,
use: [
{ loader: 'file-loader' },
{ loader: 'html-inline-css-loader' }
]
}
]
```

### Roadmap

- `cpselvis/inline-html-loader`
- `hxfdarling/html-inline-assets-loader`