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());
  });
};

Readme

Keywords

Package Sidebar

Install

npm i fez-stylus

Weekly Downloads

1

Version

0.44.0

License

none

Last publish

Collaborators

  • naturalethic