gobble-sass
v0.6.0
Published
Compile SASS files with gobble
Downloads
19
Readme
gobble-sass
Compile SASS files with gobble.
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
npm i -D gobble-sass
Usage
var gobble = require( 'gobble' );
module.exports = gobble( 'src/styles' ).transform( 'sass', {
src: 'main.scss',
dest: 'main.css'
});
License
MIT. Copyright 2015 Rich Harris