$ npm install jstransformer-blessBless support for JSTransformers.
npm install jstransformer-bless
For more use-cases see the tests in test folder or see the JSTransformer API for more details.
var bless = require('jstransformer')(require('jstransformer-bless'));
bless.render('str', options).body
bless.renderFileAsync('./path/to/huge/file.css', options).then(console.log)
// all render* methods are available
MIT