plumber-myth

0.4.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    0
  • 0.3.0
    0

Package Sidebar

Install

npm i plumber-myth

Weekly Downloads

0

Version

0.4.0

License

GPL

Last publish

Collaborators

  • theefer