A Metalsmith plugin to preprocess CSS files with SUITCSS.
$ npm install metalsmith-suitcss
Install via npm and then add the metalsmith-suitcss
key to your metalsmith.json
plugin:
{
"plugins": {
"metalsmith-suitcss": true
}
}
var suit = require(‘metalsmith-suitcss’);
metalsmith.use(suit(options));
suit({...}) |
Type | Description |
---|---|---|
files |
String |
Minimatch pattern of files to match. Default: *.css . |