jstransformer-sass
v1.0.0
Published
SASS support for JSTransformers.
Downloads
141
Keywords
Readme
jstransformer-sass
SASS support for JSTransformers.
Installation
npm install jstransformer-sassAPI
var sass = require('jstransformer')(require('jstransformer-sass'))
sass.render('h1\n color: red').body
//=> 'h1 {\n color: red;\n}'License
MIT
