This package has been deprecated

Author message:

This package is deprecated

component-builder-suit

0.3.0 • Public • Published

component-builder-suit

A Component(1) builder plugin for use with SUIT CSS.

Installation

npm install component-builder-suit

Use

CLI:

component build --use component-builder-suit

Node:

var Builder = require('component-builder');
var conformance = require('component-builder-suit')
 
var builder = new Builder();
builder.use(conformance);
builder.build(callback)

Features

Package Sidebar

Install

npm i component-builder-suit

Weekly Downloads

3

Version

0.3.0

License

MIT

Last publish

Collaborators

  • giuseppegurgone
  • necolas
  • simonsmith
  • timkelty