jstransformer-css-whitespace
v0.0.2
Published
Whitespace significant CSS support for JSTransformers.
Downloads
2
Keywords
Readme
jstransformer-css-whitespace
Whitespace significant CSS support for JSTransformers.
Installation
npm install jstransformer-css-whitespace
API
var css = require('jstransformer')(require('jstransformer-css-whitespace'))
css.render('body\n color: #888\n').body
//=> 'body { color: #888; }'
License
MIT