0.4.0 • Published 10 years ago

plumber-myth v0.4.0

Weekly downloads
3
License
GPL
Repository
github
Last release
10 years ago

plumber-myth

Plumber operation to transform CSS sources using the Myth preprocessor.

Example

var myth = require('plumber-myth');

module.exports = function(pipelines) {

    pipelines['css'] = [
        glob('styles/myth/*.css'),
        myth(),
        // ... more pipeline operations
    ];

};

API

myth()

Transforms each input CSS resource using the Myth preprocessor.