1.0.0 • Published 5 years ago

tonix-html-postcss v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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

Build Status NPM version

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>'