1.0.0 • Published 10 years ago

gobble-stylus v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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