jstransformer-clean-css
v2.1.0
Published
clean-css support for JSTransformers
Downloads
4,713
Keywords
Readme
jstransformer-clean-css
clean-css support for JSTransformers.
Installation
npm install jstransformer-clean-css
API
var clean = require('jstransformer')(require('jstransformer-clean-css'))
clean.render('a { font-weight: bold; }').body
//=> 'a{font-weight:bold;}'
License
MIT