Skip to content

jeffjewiss/metalsmith-suitcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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({...}) Type Description
files String Minimatch pattern of files to match. Default: *.css.

About

SUITCSS preprocessor plugin for Metalsmith

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published