1.0.5 • Published 8 years ago

@donotjs/donot-transform-stylus v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago