A Stylus operation for the Fez build system. Includes Nib. Install: npm install fez-stylus Example: var stylus = require('fez-stylus'); var build = function(stage) { return stage(function(rule) { return rule('source/*.styl', 'target/index.css', stylus()); }); };