0.1.0 • Published 9 years ago

metalsmith-suitcss v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

metalsmith-suitcss

A Metalsmith plugin to preprocess CSS files with SUITCSS.

Installation

$ npm install metalsmith-suitcss

CLI Usage

Install via npm and then add the metalsmith-suitcss key to your metalsmith.json plugin:

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

JavaScript Usage

var suit = require(‘metalsmith-suitcss’);

metalsmith.use(suit(options));

Options

suit({...})TypeDescription
filesStringMinimatch pattern of files to match. Default: *.css.