stephenlacy/gulp-stylus

expose define

Closed this issue · 2 comments

allow users to define stuff via props

https://learnboost.github.io/stylus/docs/functions.url.html

desired usage

var gstylus = require('gulp-stylus');
var stylus = require('stylus');

gstylus({
  define: {
    url: stylus.url()
  }
})

perfect