Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Rebelmail/html-postcss

Repository files navigation

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

About

Process inline CSS in HTML using PostCSS

Resources

Stars

Watchers

Forks

Packages

No packages published