fez-stylus
0.44.0 • Public • Published 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());
});
};
Package Sidebar
Install
Weekly Downloads