jstransformer-clean-css

clean-css support for JSTransformers

Usage no npm install needed!

<script type="module">
  import jstransformerCleanCss from 'https://cdn.skypack.dev/jstransformer-clean-css';
</script>

README

jstransformer-clean-css

clean-css support for JSTransformers.

Build Status Coverage Status Dependency Status Greenkeeper badge NPM version

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