var posthtml = require('posthtml'),
css = 'div { color: red }';
posthtml([require('posthtml-inline-css')(css)])
.process('<div style="font-size: 14px">Hello!</div>')
.then(function (result) {
console.log(result.html);
});
// <div style="font-size: 14px; color: red">Hello!</div>
-
Notifications
You must be signed in to change notification settings - Fork 0
CSS Inliner
License
posthtml/posthtml-inline-css
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|