plumber-myth

Myth operation for Plumber pipelines


Keywords
build, assets, pipeline, plumber
License
GPL-2.0+
Install
npm install plumber-myth@0.4.0

Documentation

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.