Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/max-mapper/inline-styles

replaces link tags with inline style tags + inlines CSS url() calls with data URIs
https://github.com/max-mapper/inline-styles

Last synced: about 2 months ago
JSON representation

replaces link tags with inline style tags + inlines CSS url() calls with data URIs

Awesome Lists containing this project

README

        

# inline-styles

replaces link tags with inline style tags + inlines CSS url() calls with data URIs

```
npm install inline-styles -g
inline-styles index.html > inlined.html
```