html-postcss

v0.2.1
PostCSS for inline HTML CSS
html css postcss

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>'
npm i html-postcss

Metadata

  • ISC
  • Whatever
  • RebelMail
  • released 8/7/2020

Downloads

Maintainers