Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
replaces link tags with inline style tags + inlines CSS url() calls with data URIs
- Host: GitHub
- URL: https://github.com/max-mapper/inline-styles
- Owner: max-mapper
- Created: 2014-06-10T01:19:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T14:59:08.000Z (over 10 years ago)
- Last Synced: 2024-11-21T09:16:18.520Z (about 2 months ago)
- Language: JavaScript
- Size: 147 KB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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
```