1.0.0 • Published 5 years ago
tonix-html-postcss v1.0.0
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>'
1.0.0
5 years ago