gobble-stylus
v1.0.0
Published
Compile Stylus files with Gobble
Downloads
3
Readme
gobble-stylus
Compile stylus files with gobble.
Installation
First, you need to have gobble installed - see the gobble readme for details. Then,
npm i -D gobble-stylus
Usage
var gobble = require( 'gobble' );
module.exports = gobble( 'src/styles' ).transform( 'stylus', {
sourcemap: true,
paths: ['src/stylus']
});
License
MIT. Copyright 2015 Julian Burgess