jstransformer-purifycss
v0.2.0
Published
PurifyCSS support for JSTransformers.
Keywords
Readme
jstransformer-purifycss
PurifyCSS support for JSTransformers.
Installation
npm install jstransformer-purifycssAPI
var purifycss = require('jstransformer')(require('jstransformer-purifycss'))
var options = {
content: "index.html",
minify: true
}
purifycss.renderFile('example.css', options).body
//=> Purified CSSLicense
MIT
