metalsmith-suitcss
January 14, 2015 · View on GitHub
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({...}) | Type | Description |
|---|---|---|
files | String | Minimatch pattern of files to match. Default: *.css. |