This package has been deprecated

Author message:

This package is no longer actively maintained.

@donotjs/donot-transform-stylus

1.0.5 • Public • Published

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

/@donotjs/donot-transform-stylus/

    Package Sidebar

    Install

    npm i @donotjs/donot-transform-stylus

    Weekly Downloads

    0

    Version

    1.0.5

    License

    MIT

    Last publish

    Collaborators

    • trenskow_deprecated