8000 GitHub - yosssi/koa-stylus: Stylus middleware for Koa
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yosssi/koa-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-stylus

Stylus middleware for Koa

Installation

$ npm install koa-stylus

Options

See the Stylus middleware document.

Example

var stylus = require('koa-stylus');
var serve = require('koa-static');
var koa = require('koa');
var app = koa();

app.use(stylus('./public'));

app.use(serve('./public'));

app.listen(3000);

License

MIT

About

Stylus middleware for Koa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9

0