Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

html-postcss

Package Overview
Dependencies
2
Maintainers
1
Versions
5
Issues
File Explorer

Advanced tools

html-postcss

PostCSS for inline HTML CSS

    0.2.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
773
increased by13.68%

Weekly downloads

Readme

Source

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

Keywords

FAQs

Last updated on 07 Aug 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc