Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Metalsmith plugin to preprocess CSS files with Myth.

License

Notifications You must be signed in to change notification settings

kasperisager/metalsmith-myth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

metalsmith-myth

Release Code Climate Dependency Status Downloads License

A Metalsmith plugin to preprocess CSS files with Myth.

Installation

$ npm install metalsmith-myth

CLI Usage

Install via npm and then add the metalsmith-myth key to your metalsmith.json plugin, like so:

{
  "plugins": {
    "metalsmith-myth": true
  } 
}

JavaScript Usage

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

metalsmith.use(myth(options));

Options

myth({...}) Type Description
files String Minimatch pattern of files to match. Default: *.css.

Plus the options supported by Myth itself excluding source which is set by the plugin.


Copyright © 2014 Kasper Kronborg Isager. Licensed under the terms of the MIT license.

About

Metalsmith plugin to preprocess CSS files with Myth.

Resources

License

Stars

Watchers

Forks

Packages

No packages published