An open API service indexing awesome lists of open source software.

https://github.com/suitcss/component-builder-suit

A Component(1) builder plugin for SUIT CSS (DEPRECATED)
https://github.com/suitcss/component-builder-suit

Last synced: 11 months ago
JSON representation

A Component(1) builder plugin for SUIT CSS (DEPRECATED)

Awesome Lists containing this project

README

          

# component-builder-suit (DEPRECATED)

A [Component(1)](https://github.com/component/component) builder plugin for use
with [SUIT CSS](https://github.com/suitcss/suit).

## Installation

```
npm install component-builder-suit
```

## Use

CLI:

```
component build --use component-builder-suit
```

Node:

```js
var Builder = require('component-builder');
var conformance = require('component-builder-suit')

var builder = new Builder();
builder.use(conformance);
builder.build(callback)
```

## Features

* [rework-suit-conformance](https://github.com/suitcss/rework-suit-conformance): check individual CSS files for SUIT conformance.