koa-stylish

0.1.1 • Public • Published

koa-stylish

Stylus middleware for Koa. It is koa wrapper for node-stylish.

Installation

$ npm install koa-stylish

Examples

Simple stylus.middleware() replacement:

app.use(stylish(__dirname + '/public'))

Extended example with autoprefixer:

var stylus = require('koa-stylish');
var autoprefixer = require('autoprefixer-stylus');

app.use(stylus({
  src: __dirname + '/public',
  setup: function(renderer) {
    return renderer.use(autoprefixer());
  },
}));

Readme

Keywords

Package Sidebar

Install

npm i koa-stylish

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • lusever