1.0.5 • Published 10 years ago

@donotjs/donot-transform-stylus v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

donot-transform-stylus

Build Status

Stylus compiler for donot.

Usage

Using the Stylus donot transform plug-in is pretty easy.

var http = require('http'),
    donot = require('donot'),
    StylusTransform = require('donot-transform-stylus');

var server = http.createServer(donot(__dirname + '/public', {
    transforms: [ new StylusTransform() ]
}));

server.listen(8000);

Now .styl files in the /public folder will automatically be compiled, rendered and served as .css files.

License

MIT

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago