james-stylus
v0.1.4
Published
Stylus to CSS transformer for [James.js](https://github.com/leonidas/james.js).
Downloads
11
Readme
Synopsis
Stylus to CSS transformer for James.js.
james = require 'james'
coffee = require 'james-stylus'
module.exports = tasks = {}
tasks.default = ->
james.files('src/**/*.styl')
.map(stylus)
.onValue james.write