jstransformer-scss
v2.0.0
Published
SCSS support for JSTransformers
Downloads
1,883
Keywords
Readme
jstransformer-scss
SCSS support for JSTransformers.
Installation
npm install jstransformer-scss
API
var scss = require('jstransformer')(require('jstransformer-scss'))
scss.renderFile('example.scss').body
// => Compiled CSS.
License
MIT