npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-purifycss

0.2.0

@robloach

npmHomeRepoSnykSocket
Downloads:0
$ npm install jstransformer-purifycss
DailyWeeklyMonthlyYearly

jstransformer-purifycss

PurifyCSS support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-purifycss

API

var purifycss = require('jstransformer')(require('jstransformer-purifycss'))

var options = {
  content: "index.html",
  minify: true
}

purifycss.renderFile('example.css', options).body
//=> Purified CSS

License

MIT