2.0.0 • Published 3 years ago
jstransformer-scss v2.0.0
jstransformer-scss
SCSS support for JSTransformers.
Installation
npm install jstransformer-scssAPI
var scss = require('jstransformer')(require('jstransformer-scss'))
scss.renderFile('example.scss').body
// => Compiled CSS.License
MIT