node-inline-assets
node-inline-assets copied to clipboard
Add support for inlining inline style attribute assets
Needed the following style attribute to inline the background-image rule:
<div style="width:50px;height:50px;border:1px solid black;background-image:url(sample1.svg)"/></div>