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