tonix-html-postcss
v1.0.0
Published
PostCSS for inline HTML CSS
Readme
tonix-html-postcss
This package is a fork of the original html-postcss repo.
This fork comes with updated NPM packages.
The original README.md follows below this paragraph.
html-postcss

Process CSS within the <style> tags and inline style= attributes in your
HTML using PostCSS.
Usage
var HTMLPostCSS = require("html-postcss");
var processor = new HTMLPostCSS(plugins);
processor.process(htmlString, cheerioOpts, postcssOpts); //=> '<html>...</html>'
