plumber-myth

Myth operation for Plumber pipelines

Usage no npm install needed!

<script type="module">
  import plumberMyth from 'https://cdn.skypack.dev/plumber-myth';
</script>

README

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.